#495975

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

Shades of Chambray #495975

Tints of Chambray #495975

Color information

#495975 (or 0x495975) is unknown color: approx Chambray. HEX triplet: 49, 59 and 75. RGB value is (73,89,117). Sum of RGB (Red+Green+Blue) = 73+89+117=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #495975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495975 is #B6A68A. Grayscale: #575757. Windows color (decimal): -11970187 or 7690569. OLE color: 7690569.

HSL color Cylindrical-coordinate representation of color #495975: hue angle of 218.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #495975 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7389117-
CMYK0.380.2400.54
HSL218.18º23.16%37.25%-
HSV(B)218.18º37.61%45.88%-
XYZ9.539.8518.23-
YUV87.41144.7117.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=26.16%
G=31.90%
B=41.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal73891170.380.2400.54218.1823.1637.25
Hex4959752618036da1725
Octal11113116546300663322745
Binary1001001101100111101011001101100001101101101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495975; }

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

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

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

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

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

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

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

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