#475884

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

Shades of Chambray #475884

Tints of Chambray #475884

Color information

#475884 (or 0x475884) is unknown color: approx Chambray. HEX triplet: 47, 58 and 84. RGB value is (71,88,132). Sum of RGB (Red+Green+Blue) = 71+88+132=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #475884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475884 is #B8A77B. Grayscale: #575757. Windows color (decimal): -12101500 or 8673351. OLE color: 8673351.

HSL color Cylindrical-coordinate representation of color #475884: hue angle of 223.28º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #475884 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7188132-
CMYK0.460.3300.48
HSL223.28º30.05%39.8%-
HSV(B)223.28º46.21%51.76%-
XYZ10.259.9823.22-
YUV87.93152.87115.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=24.40%
G=30.24%
B=45.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71881320.460.3300.48223.2830.0539.8
Hex4758842E21030df1e28
Octal10713020456410603373650
Binary100011110110001000010010111010000101100001101111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475884; }

 p { color: rgb(71,88,132); }

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

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

 a { background-color: rgb(71,88,132); }

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

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

 span { border-color: rgb(71,88,132); }

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