COLOR #496275

HEX: #496275
RGB: (73,98,117)

Renk bilgisi

#496275 contains red, green and blue colors in about the same proportion. #496275 ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#496275 color RGB value is (73,98,117).

  • kırmız ton 73;
  • yeşil ton 98;
  • mavi ton 117.
RGB:
(73,98,117)
(29%,38%,46%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 98 of 255 = 38%
B 117 of 255 = 46%

73
98
117

R + G + B ~ 38%. #496275 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 98 + 117 = 288 (100%)
R 73 of 288 ~ 25.35%
G 98 of 288 ~ 34.03%
B 117 of 288 ~ 40.63%

%25.35
%34.03
%40.63

CMYK RENK MODELİ

#496275 rengi CMYK tonu (38,16,0,54).

  • camgöbeği tonu 37.61%
  • eflatun tonu 16.24%
  • sarı tonu 0.00%
  • ana renk tonu 54.12%
CMYK:
(38,16,0,54)
C38M16Y0K54 
(38%,16%,0%,54%)
(0.38/0.16/0.00/0.54)	

CMYK yüzdeleri

%37.61
%16.24
%0
%54.12

Codes

Color #496275 in popluar color models

496275
RGB7398117
HSL206°23.16%37.25%
HSB/HSV206°37.61%45.88%
CMYK37.61%16.24%0.00%
54.12%

Color #496275 in popluar number systems.

HEX496275
Decimal7398117
Binary100100111000101110101
Octal111142165

Shades and tints

Shades of #496275

#496275
(73,98,117)
#435A6B
(67,90,107)
#3D5261
(61,82,97)
#374A57
(55,74,87)
#31424D
(49,66,77)
#2B3A43
(43,58,67)
#253239
(37,50,57)
#1F2A2F
(31,42,47)
#192225
(25,34,37)
#131A1B
(19,26,27)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #496275

#496275
(73,98,117)
#597081
(89,112,129)
#697E8D
(105,126,141)
#798C99
(121,140,153)
#899AA5
(137,154,165)
#99A8B1
(153,168,177)
#A9B6BD
(169,182,189)
#B9C4C9
(185,196,201)
#C9D2D5
(201,210,213)
#D9E0E1
(217,224,225)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #496275 color. Also use rgb(73,98,117) instead hex code.

Text Font Color

.myTextColor { color: #496275; }

<p style="color:#496275">This sample text font color is #496275.</p>

This text font color is #496275.


Background Color

.myBgColor { background-color: #496275; }

<div style="background-color:#496275">Inner text</div>

This div background color is #496275.


Border color

.myBorderColor { border: 1px solid #496275; }

<div style="border:3px solid #496275">Div</div>

This div border color is #496275.


Opacity

.myOpacity80 { color: #496275; opacity: 0.8; }

<p style="color:#496275;opacity:0.8;">80%</p>

Text with #496275 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #496275;}

<p style="text-shadow: 3px 3px 1px #496275">Text here.</p>

This text has shadow with #496275 color.

.textShadow {text-shadow: 3px 3px 1px #496275, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #496275, 5px 5px 20px red">Text here.</p>

This text has shadow with #496275 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#496275, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#496275, Direction=45, Strength=4)">Text</p>

This text has shadow with #496275 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #496275;
  -webkit-box-shadow:	1px 1px 3px 2px #496275;
  box-shadow:		1px 1px 3px 2px #496275;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #496275;
-webkit-box-shadow: 1px 1px 3px 2px #496275;
box-shadow:1px 1px 3px 2px #496275;">
Div content here</div>
This div box has shadow with color #496275.

Preview

Color preview on black background

This text has color #496275 on black background.


Color preview on white background

This text has color #496275 on white background.



Black color preview on #496275 background

This text has black color on #496275 background.


White color preview on #496275 background

This text has white color on #496275 background.