#475981

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

Shades of Chambray #475981

Tints of Chambray #475981

Color information

#475981 (or 0x475981) is unknown color: approx Chambray. HEX triplet: 47, 59 and 81. RGB value is (71,89,129). Sum of RGB (Red+Green+Blue) = 71+89+129=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #475981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475981 is #B8A67E. Grayscale: #585858. Windows color (decimal): -12101247 or 8476999. OLE color: 8476999.

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

Color convert

RGB7189129-
CMYK0.450.3100.49
HSL221.38º29%39.22%-
HSV(B)221.38º44.96%50.59%-
XYZ10.1310.0722.18-
YUV88.18151.04115.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=24.57%
G=30.80%
B=44.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71891290.450.3100.49221.382939.22
Hex4759812D1F031dd1d27
Octal10713120155370613353547
Binary10001111011001100000011011011111101100011101110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475981; }

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

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

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

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

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

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

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

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