#473482

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

Shades of Dark Slate Blue #473482

Tints of Dark Slate Blue #473482

Color information

#473482 (or 0x473482) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 34 and 82. RGB value is (71,52,130). Sum of RGB (Red+Green+Blue) = 71+52+130=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #473482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473482 is #B8CB7D. Grayscale: #424242. Windows color (decimal): -12110718 or 8533063. OLE color: 8533063.

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

Color convert

RGB7152130-
CMYK0.450.6000.49
HSL254.62º42.86%35.69%-
HSV(B)254.62º60%50.98%-
XYZ7.865.4121.75-
YUV66.57163.79131.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.06%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=28.06%
G=20.55%
B=51.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71521300.450.6000.49254.6242.8635.69
Hex4734822D3C031ff2b24
Octal1076420255740613775344
Binary100011111010010000010101101111100011000111111111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473482; }

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

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

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

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

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

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

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

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