#496175

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

Shades of Chambray #496175

Tints of Chambray #496175

Color information

#496175 (or 0x496175) is unknown color: approx Chambray. HEX triplet: 49, 61 and 75. RGB value is (73,97,117). Sum of RGB (Red+Green+Blue) = 73+97+117=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #496175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496175 is #B69E8A. Grayscale: #5C5C5C. Windows color (decimal): -11968139 or 7692617. OLE color: 7692617.

HSL color Cylindrical-coordinate representation of color #496175: hue angle of 207.27º degrees, saturation: 0.23, 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 #496175 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7397117-
CMYK0.380.1700.54
HSL207.27º23.16%37.25%-
HSV(B)207.27º37.61%45.88%-
XYZ10.2311.2518.46-
YUV92.1142.05114.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 97 (38.28% from 255) = 33.80%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=25.44%
G=33.80%
B=40.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73971170.380.1700.54207.2723.1637.25
Hex4961752611036cf1725
Octal11114116546210663172745
Binary1001001110000111101011001101000101101101100111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496175; }

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

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

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

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

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

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

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

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