#475781

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

Shades of Chambray #475781

Tints of Chambray #475781

Color information

#475781 (or 0x475781) is unknown color: approx Chambray. HEX triplet: 47, 57 and 81. RGB value is (71,87,129). Sum of RGB (Red+Green+Blue) = 71+87+129=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 129 (50.78% from 255 or 44.95% from 287); Max value from RGB is 129 - color contains mainly: blue. Hex color #475781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475781 is #B8A87E. Grayscale: #565656. Windows color (decimal): -12101759 or 8476487. OLE color: 8476487.

HSL color Cylindrical-coordinate representation of color #475781: hue angle of 223.45º 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 #475781 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7187129-
CMYK0.450.3300.49
HSL223.45º29%39.22%-
HSV(B)223.45º44.96%50.59%-
XYZ9.979.7422.12-
YUV87151.7116.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 129 (50.78% from 255) = 44.95%
R=24.74%
G=30.31%
B=44.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71871290.450.3300.49223.452939.22
Hex4757812D21031df1d27
Octal10712720155410613373547
Binary100011110101111000000110110110000101100011101111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475781; }

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

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

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

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

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

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

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

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