#496176

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

Shades of Chambray #496176

Tints of Chambray #496176

Color information

#496176 (or 0x496176) is unknown color: approx Chambray. HEX triplet: 49, 61 and 76. RGB value is (73,97,118). Sum of RGB (Red+Green+Blue) = 73+97+118=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 118 - color contains mainly: blue. Hex color #496176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496176 is #B69E89. Grayscale: #5C5C5C. Windows color (decimal): -11968138 or 7758153. OLE color: 7758153.

HSL color Cylindrical-coordinate representation of color #496176: hue angle of 208º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #496176 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7397118-
CMYK0.380.1800.54
HSL208º23.56%37.45%-
HSV(B)208º38.14%46.27%-
XYZ10.2911.2718.77-
YUV92.22142.55114.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 97 (38.28% from 255) = 33.68%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=25.35%
G=33.68%
B=40.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73971180.380.1800.5420823.5637.45
Hex4961762612036d01825
Octal11114116646220663203045
Binary1001001110000111101101001101001001101101101000011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496176; }

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

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

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

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

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

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

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

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