#495F76

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

Shades of Chambray #495F76

Tints of Chambray #495F76

Color information

#495F76 (or 0x495F76) is unknown color: approx Chambray. HEX triplet: 49, 5F and 76. RGB value is (73,95,118). Sum of RGB (Red+Green+Blue) = 73+95+118=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #495F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F76 is #B6A089. Grayscale: #5A5A5A. Windows color (decimal): -11968650 or 7757641. OLE color: 7757641.

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

Color convert

RGB7395118-
CMYK0.380.1900.54
HSL210.67º23.56%37.45%-
HSV(B)210.67º38.14%46.27%-
XYZ10.1110.9118.71-
YUV91.04143.21115.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 95 (37.5% from 255) = 33.22%
BLUE value IS 118 (46.48% from 255) = 41.26%
R=25.52%
G=33.22%
B=41.26%

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
Decimal73951180.380.1900.54210.6723.5637.45
Hex495F762613036d31825
Octal11113716646230663233045
Binary1001001101111111101101001101001101101101101001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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