#495A76

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

Shades of Chambray #495A76

Tints of Chambray #495A76

Color information

#495A76 (or 0x495A76) is unknown color: approx Chambray. HEX triplet: 49, 5A and 76. RGB value is (73,90,118). Sum of RGB (Red+Green+Blue) = 73+90+118=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #495A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495A76 is #B6A589. Grayscale: #575757. Windows color (decimal): -11969930 or 7756361. OLE color: 7756361.

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

Color convert

RGB7390118-
CMYK0.380.2400.54
HSL217.33º23.56%37.45%-
HSV(B)217.33º38.14%46.27%-
XYZ9.6710.0418.57-
YUV88.11144.87117.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=25.98%
G=32.03%
B=41.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73901180.380.2400.54217.3323.5637.45
Hex495A762618036d91825
Octal11113216646300663313045
Binary1001001101101011101101001101100001101101101100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495A76; }

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

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

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

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

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

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

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

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