#47407C

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

Shades of Dark Slate Blue #47407C

Tints of Dark Slate Blue #47407C

Color information

#47407C (or 0x47407C) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 7C. RGB value is (71,64,124). Sum of RGB (Red+Green+Blue) = 71+64+124=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #47407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407C is #B8BF83. Grayscale: #484848. Windows color (decimal): -12107652 or 8142919. OLE color: 8142919.

HSL color Cylindrical-coordinate representation of color #47407C: hue angle of 247º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47407C is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7164124-
CMYK0.430.4800.51
HSL247º31.91%36.86%-
HSV(B)247º48.39%48.63%-
XYZ8.076.4619.89-
YUV72.93156.82126.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=27.41%
G=24.71%
B=47.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal71641240.430.4800.5124731.9136.86
Hex47407C2B30033f72025
Octal10710017453600633674045
Binary100011110000001111100101011110000011001111110111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47407C; }

 p { color: rgb(71,64,124); }

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

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

 a { background-color: rgb(71,64,124); }

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

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

 span { border-color: rgb(71,64,124); }

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