#496075

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

Shades of Chambray #496075

Tints of Chambray #496075

Color information

#496075 (or 0x496075) is unknown color: approx Chambray. HEX triplet: 49, 60 and 75. RGB value is (73,96,117). Sum of RGB (Red+Green+Blue) = 73+96+117=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #496075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496075 is #B69F8A. Grayscale: #5B5B5B. Windows color (decimal): -11968395 or 7692361. OLE color: 7692361.

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

Color convert

RGB7396117-
CMYK0.380.1800.54
HSL208.64º23.16%37.25%-
HSV(B)208.64º37.61%45.88%-
XYZ10.1411.0718.43-
YUV91.52142.38114.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 96 (37.89% from 255) = 33.57%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=25.52%
G=33.57%
B=40.91%

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
Decimal73961170.380.1800.54208.6423.1637.25
Hex4960752612036d11725
Octal11114016546220663212745
Binary1001001110000011101011001101001001101101101000110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496075; }

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

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

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

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

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

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

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

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