#475A87

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

Shades of Chambray #475A87

Tints of Chambray #475A87

Color information

#475A87 (or 0x475A87) is unknown color: approx Chambray. HEX triplet: 47, 5A and 87. RGB value is (71,90,135). Sum of RGB (Red+Green+Blue) = 71+90+135=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 135 (53.12% from 255 or 45.61% from 296); Max value from RGB is 135 - color contains mainly: blue. Hex color #475A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475A87 is #B8A578. Grayscale: #595959. Windows color (decimal): -12100985 or 8870471. OLE color: 8870471.

HSL color Cylindrical-coordinate representation of color #475A87: hue angle of 222.19º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475A87 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7190135-
CMYK0.470.3300.47
HSL222.19º31.07%40.39%-
HSV(B)222.19º47.41%52.94%-
XYZ10.6310.424.37-
YUV89.45153.71114.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 135 (53.12% from 255) = 45.61%
R=23.99%
G=30.41%
B=45.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71901350.470.3300.47222.1931.0740.39
Hex475A872F2102Fde1f28
Octal10713220757410573363750
Binary100011110110101000011110111110000101011111101111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475A87; }

 p { color: rgb(71,90,135); }

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

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

 a { background-color: rgb(71,90,135); }

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

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

 span { border-color: rgb(71,90,135); }

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