#495971

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

Shades of Chambray #495971

Tints of Chambray #495971

Color information

#495971 (or 0x495971) is unknown color: approx Chambray. HEX triplet: 49, 59 and 71. RGB value is (73,89,113). Sum of RGB (Red+Green+Blue) = 73+89+113=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #495971 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495971 is #B6A68E. Grayscale: #565656. Windows color (decimal): -11970191 or 7428425. OLE color: 7428425.

HSL color Cylindrical-coordinate representation of color #495971: hue angle of 216º 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 #495971 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7389113-
CMYK0.350.2100.56
HSL216º21.51%36.47%-
HSV(B)216º35.4%44.31%-
XYZ9.39.7517.02-
YUV86.95142.7118.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=26.55%
G=32.36%
B=41.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73891130.350.2100.5621621.5136.47
Hex4959712315038d81624
Octal11113116143250703302644
Binary1001001101100111100011000111010101110001101100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495971; }

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

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

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

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

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

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

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

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