Html Css Color HEX #496077 Chambray

📋 copy color: '#496077'

red 73 ◦ green 96 ◦ blue 119

#496077
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #496077

Tints of Chambray #496077

RGB

 RED value IS 73 (28.91% from 255) = 25.35%

 GREEN value IS 96 (37.89% from 255) = 33.33%

 BLUE value IS 119 (46.88% from 255) = 41.32%

R = 25.35%
G = 33.33%
B = 41.32%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#496077 (or 0x496077) is known color: Chambray. HEX triplet: 49, 60 and 77. RGB value is (73,96,119). Sum of RGB (Red+Green+Blue) = 73+96+119=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 119 (46.88% from 255 or 41.32% from 288); Max value from RGB is 119 - color contains mainly: blue. Hex color #496077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496077 is #B69F88. Grayscale: #5B5B5B. Windows color (decimal): -11968393 or 7823433. OLE color: 7823433.

HSL color Cylindrical-coordinate representation of color #496077: hue angle of 210º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #496077 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 96 119 -
CMYK 0.39 0.19 0 0.53
HSL 210º 0.24% 0.38% -
HSV(B) 210º 0.39% 0.47% -
XYZ 10.26 11.11 19.06 -
YUV 91.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 73 96 119 0.39 0.19 0 0.53 210 0.24 0.38
Hex 49 60 77 27 13 0 35 D2 18 26
Octal 111 140 167 47 23 0 65 322 30 46
Binary 1001001 1100000 1110111 100111 10011 0 110101 11010010 11000 100110

Color Harmonies of #496077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496077

Black with #496077

Text Example


Text Example

White with #496077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496077; }

 p { color: rgb(73,96,119); }

 H1.HeaderClassName
 {
   color: #496077;
 }
 .AnyTagClassName
 {
   color: #496077;
 }
</style>

background-color css

<style>
 a { background-color: #496077; }

 a { background-color: rgb(73,96,119); }

 div.DivClassName
 {
   background-color: #496077;
 }
 .BgClassName
 {
   background-color: #496077;
 }
</style>

border-color css

<style>
 span { border-color: #496077; }

 span { border-color: rgb(73,96,119); }

 td.TdClassName
 {
   border-color: #496077;
 }
 .TagClassName
 {
   border-color: #496077;
 }
</style>