#495672

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

Shades of Chambray #495672

Tints of Chambray #495672

Color information

#495672 (or 0x495672) is unknown color: approx Chambray. HEX triplet: 49, 56 and 72. RGB value is (73,86,114). Sum of RGB (Red+Green+Blue) = 73+86+114=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #495672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495672 is #B6A98D. Grayscale: #555555. Windows color (decimal): -11970958 or 7493193. OLE color: 7493193.

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

Color convert

RGB7386114-
CMYK0.360.2500.55
HSL220.98º21.93%36.67%-
HSV(B)220.98º35.96%44.71%-
XYZ9.119.2917.23-
YUV85.3144.19119.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=26.74%
G=31.50%
B=41.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal73861140.360.2500.55220.9821.9336.67
Hex4956722419037dd1625
Octal11112616244310673352645
Binary1001001101011011100101001001100101101111101110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495672; }

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

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

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

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

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

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

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

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