#495C73

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

Shades of Chambray #495C73

Tints of Chambray #495C73

Color information

#495C73 (or 0x495C73) is unknown color: approx Chambray. HEX triplet: 49, 5C and 73. RGB value is (73,92,115). Sum of RGB (Red+Green+Blue) = 73+92+115=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 115 - color contains mainly: blue. Hex color #495C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C73 is #B6A38C. Grayscale: #585858. Windows color (decimal): -11969421 or 7560265. OLE color: 7560265.

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

Color convert

RGB7392115-
CMYK0.370.2000.55
HSL212.86º22.34%36.86%-
HSV(B)212.86º36.52%45.1%-
XYZ9.6710.3117.7-
YUV88.94142.71116.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 115 (45.31% from 255) = 41.07%
R=26.07%
G=32.86%
B=41.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73921150.370.2000.55212.8622.3436.86
Hex495C732514037d51625
Octal11113416345240673252645
Binary1001001101110011100111001011010001101111101010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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