#495E76

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

Shades of Chambray #495E76

Tints of Chambray #495E76

Color information

#495E76 (or 0x495E76) is unknown color: approx Chambray. HEX triplet: 49, 5E and 76. RGB value is (73,94,118). Sum of RGB (Red+Green+Blue) = 73+94+118=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 118 - color contains mainly: blue. Hex color #495E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495E76 is #B6A189. Grayscale: #5A5A5A. Windows color (decimal): -11968906 or 7757385. OLE color: 7757385.

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

Color convert

RGB7394118-
CMYK0.380.2000.54
HSL212º23.56%37.45%-
HSV(B)212º38.14%46.27%-
XYZ10.0210.7318.68-
YUV90.46143.54115.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=25.61%
G=32.98%
B=41.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73941180.380.2000.5421223.5637.45
Hex495E762614036d41825
Octal11113616646240663243045
Binary1001001101111011101101001101010001101101101010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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