#495980

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

Shades of Chambray #495980

Tints of Chambray #495980

Color information

#495980 (or 0x495980) is unknown color: approx Chambray. HEX triplet: 49, 59 and 80. RGB value is (73,89,128). Sum of RGB (Red+Green+Blue) = 73+89+128=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #495980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495980 is #B6A67F. Grayscale: #585858. Windows color (decimal): -11970176 or 8411465. OLE color: 8411465.

HSL color Cylindrical-coordinate representation of color #495980: hue angle of 222.55º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495980 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7389128-
CMYK0.430.3000.50
HSL222.55º27.36%39.41%-
HSV(B)222.55º42.97%50.2%-
XYZ10.2210.1221.84-
YUV88.66150.2116.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 89 (35.16% from 255) = 30.69%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=25.17%
G=30.69%
B=44.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73891280.430.3000.50222.5527.3639.41
Hex4959802B1E032df1b27
Octal11113120053360623373347
Binary10010011011001100000001010111111001100101101111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495980; }

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

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

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

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

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

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

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

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