#495C71

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

Shades of Chambray #495C71

Tints of Chambray #495C71

Color information

#495C71 (or 0x495C71) is unknown color: approx Chambray. HEX triplet: 49, 5C and 71. RGB value is (73,92,113). Sum of RGB (Red+Green+Blue) = 73+92+113=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #495C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C71 is #B6A38E. Grayscale: #585858. Windows color (decimal): -11969423 or 7429193. OLE color: 7429193.

HSL color Cylindrical-coordinate representation of color #495C71: hue angle of 211.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495C71 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7392113-
CMYK0.350.1900.56
HSL211.5º21.51%36.47%-
HSV(B)211.5º35.4%44.31%-
XYZ9.5610.2617.1-
YUV88.71141.71116.79-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 92 (36.33% from 255) = 33.09%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=26.26%
G=33.09%
B=40.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73921130.350.1900.56211.521.5136.47
Hex495C712313038d41624
Octal11113416143230703242644
Binary1001001101110011100011000111001101110001101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,92,113); }

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

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

 a { background-color: rgb(73,92,113); }

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

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

 span { border-color: rgb(73,92,113); }

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