#495C72

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

Shades of Chambray #495C72

Tints of Chambray #495C72

Color information

#495C72 (or 0x495C72) is unknown color: approx Chambray. HEX triplet: 49, 5C and 72. RGB value is (73,92,114). Sum of RGB (Red+Green+Blue) = 73+92+114=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 114 - color contains mainly: blue. Hex color #495C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C72 is #B6A38D. Grayscale: #585858. Windows color (decimal): -11969422 or 7494729. OLE color: 7494729.

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

Color convert

RGB7392114-
CMYK0.360.1900.55
HSL212.2º21.93%36.67%-
HSV(B)212.2º35.96%44.71%-
XYZ9.6110.2917.4-
YUV88.83142.21116.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 114 (44.92% from 255) = 40.86%
R=26.16%
G=32.97%
B=40.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73921140.360.1900.55212.221.9336.67
Hex495C722413037d41625
Octal11113416244230673242645
Binary1001001101110011100101001001001101101111101010010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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