#495981

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

Shades of Chambray #495981

Tints of Chambray #495981

Color information

#495981 (or 0x495981) is unknown color: approx Chambray. HEX triplet: 49, 59 and 81. RGB value is (73,89,129). Sum of RGB (Red+Green+Blue) = 73+89+129=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 129 - color contains mainly: blue. Hex color #495981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495981 is #B6A67E. Grayscale: #585858. Windows color (decimal): -11970175 or 8477001. OLE color: 8477001.

HSL color Cylindrical-coordinate representation of color #495981: hue angle of 222.86º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495981 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7389129-
CMYK0.430.3100.49
HSL222.86º27.72%39.61%-
HSV(B)222.86º43.41%50.59%-
XYZ10.2810.1522.19-
YUV88.78150.7116.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 89 (35.16% from 255) = 30.58%
BLUE value IS 129 (50.78% from 255) = 44.33%
R=25.09%
G=30.58%
B=44.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal73891290.430.3100.49222.8627.7239.61
Hex4959812B1F031df1c28
Octal11113120153370613373450
Binary10010011011001100000011010111111101100011101111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495981; }

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

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

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

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

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

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

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

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