#496076

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

Shades of Chambray #496076

Tints of Chambray #496076

Color information

#496076 (or 0x496076) is unknown color: approx Chambray. HEX triplet: 49, 60 and 76. RGB value is (73,96,118). Sum of RGB (Red+Green+Blue) = 73+96+118=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 118 (46.48% from 255 or 41.11% from 287); Max value from RGB is 118 - color contains mainly: blue. Hex color #496076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496076 is #B69F89. Grayscale: #5B5B5B. Windows color (decimal): -11968394 or 7757897. OLE color: 7757897.

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

Color convert

RGB7396118-
CMYK0.380.1900.54
HSL209.33º23.56%37.45%-
HSV(B)209.33º38.14%46.27%-
XYZ10.211.0918.74-
YUV91.63142.88114.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 118 (46.48% from 255) = 41.11%
R=25.44%
G=33.45%
B=41.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73961180.380.1900.54209.3323.5637.45
Hex4960762613036d11825
Octal11114016646230663213045
Binary1001001110000011101101001101001101101101101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496076; }

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

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

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

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

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

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

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

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