#496177

Color #496177 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #496177

Tints of Chambray #496177

Color information

#496177 (or 0x496177) is unknown color: approx Chambray. HEX triplet: 49, 61 and 77. RGB value is (73,97,119). Sum of RGB (Red+Green+Blue) = 73+97+119=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 119 (46.88% from 255 or 41.18% from 289); Max value from RGB is 119 - color contains mainly: blue. Hex color #496177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496177 is #B69E88. Grayscale: #5C5C5C. Windows color (decimal): -11968137 or 7823689. OLE color: 7823689.

HSL color Cylindrical-coordinate representation of color #496177: hue angle of 208.7º 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 #496177 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7397119-
CMYK0.390.1800.53
HSL208.7º23.96%37.65%-
HSV(B)208.7º38.66%46.67%-
XYZ10.3511.319.09-
YUV92.33143.05114.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 97 (38.28% from 255) = 33.56%
BLUE value IS 119 (46.88% from 255) = 41.18%
R=25.26%
G=33.56%
B=41.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal73971190.390.1800.53208.723.9637.65
Hex4961772712035d11826
Octal11114116747220653213046
Binary1001001110000111101111001111001001101011101000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496177; }

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

 H1.HeaderClassName
 {
   color: #496177;
 }
 .AnyTagClassName
 {
   color: #496177;
 }
</style>
background-color css

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

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

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

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

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

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