#473882

Color #473882 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #473882

Tints of Dark Slate Blue #473882

Color information

#473882 (or 0x473882) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 38 and 82. RGB value is (71,56,130). Sum of RGB (Red+Green+Blue) = 71+56+130=257 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.63% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 130 (51.17% from 255 or 50.58% from 257); Max value from RGB is 130 - color contains mainly: blue. Hex color #473882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473882 is #B8C77D. Grayscale: #444444. Windows color (decimal): -12109694 or 8534087. OLE color: 8534087.

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

Color convert

RGB7156130-
CMYK0.450.5700.49
HSL252.16º39.78%36.47%-
HSV(B)252.16º56.92%50.98%-
XYZ8.045.7821.81-
YUV68.92162.47129.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.63%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 130 (51.17% from 255) = 50.58%
R=27.63%
G=21.79%
B=50.58%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71561300.450.5700.49252.1639.7836.47
Hex4738822D39031fc2824
Octal1077020255710613745044
Binary100011111100010000010101101111001011000111111100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473882; }

 p { color: rgb(71,56,130); }

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

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

 a { background-color: rgb(71,56,130); }

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

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

 span { border-color: rgb(71,56,130); }

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