#495973

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

Shades of Chambray #495973

Tints of Chambray #495973

Color information

#495973 (or 0x495973) is unknown color: approx Chambray. HEX triplet: 49, 59 and 73. RGB value is (73,89,115). Sum of RGB (Red+Green+Blue) = 73+89+115=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 115 (45.31% from 255 or 41.52% from 277); Max value from RGB is 115 - color contains mainly: blue. Hex color #495973 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495973 is #B6A68C. Grayscale: #575757. Windows color (decimal): -11970189 or 7559497. OLE color: 7559497.

HSL color Cylindrical-coordinate representation of color #495973: hue angle of 217.14º 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 #495973 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7389115-
CMYK0.370.2300.55
HSL217.14º22.34%36.86%-
HSV(B)217.14º36.52%45.1%-
XYZ9.419.817.61-
YUV87.18143.7117.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 115 (45.31% from 255) = 41.52%
R=26.35%
G=32.13%
B=41.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73891150.370.2300.55217.1422.3436.86
Hex4959732517037d91625
Octal11113116345270673312645
Binary1001001101100111100111001011011101101111101100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495973; }

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

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

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

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

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

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

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

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