#475980

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

Shades of Chambray #475980

Tints of Chambray #475980

Color information

#475980 (or 0x475980) is unknown color: approx Chambray. HEX triplet: 47, 59 and 80. RGB value is (71,89,128). Sum of RGB (Red+Green+Blue) = 71+89+128=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #475980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475980 is #B8A67F. Grayscale: #575757. Windows color (decimal): -12101248 or 8411463. OLE color: 8411463.

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

Color convert

RGB7189128-
CMYK0.450.3000.50
HSL221.05º28.64%39.02%-
HSV(B)221.05º44.53%50.2%-
XYZ10.0710.0421.83-
YUV88.06150.54115.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.65%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=24.65%
G=30.90%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71891280.450.3000.50221.0528.6439.02
Hex4759802D1E032dd1d27
Octal10713120055360623353547
Binary10001111011001100000001011011111001100101101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475980; }

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

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

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

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

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

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

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

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