#475984

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

Shades of Chambray #475984

Tints of Chambray #475984

Color information

#475984 (or 0x475984) is unknown color: approx Chambray. HEX triplet: 47, 59 and 84. RGB value is (71,89,132). Sum of RGB (Red+Green+Blue) = 71+89+132=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #475984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475984 is #B8A67B. Grayscale: #585858. Windows color (decimal): -12101244 or 8673607. OLE color: 8673607.

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

Color convert

RGB7189132-
CMYK0.460.3300.48
HSL222.3º30.05%39.8%-
HSV(B)222.3º46.21%51.76%-
XYZ10.3410.1523.24-
YUV88.52152.54115.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=24.32%
G=30.48%
B=45.21%

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
Decimal71891320.460.3300.48222.330.0539.8
Hex4759842E21030de1e28
Octal10713120456410603363650
Binary100011110110011000010010111010000101100001101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475984; }

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

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

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

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

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

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

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

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