#47408E

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

Shades of Dark Slate Blue #47408E

Tints of Dark Slate Blue #47408E

Color information

#47408E (or 0x47408E) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 8E. RGB value is (71,64,142). Sum of RGB (Red+Green+Blue) = 71+64+142=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #47408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408E is #B8BF71. Grayscale: #4A4A4A. Windows color (decimal): -12107634 or 9322567. OLE color: 9322567.

HSL color Cylindrical-coordinate representation of color #47408E: hue angle of 245.38º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47408E is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7164142-
CMYK0.50.5500.44
HSL245.38º37.86%40.39%-
HSV(B)245.38º54.93%55.69%-
XYZ9.316.9626.44-
YUV74.98165.82125.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 142 (55.86% from 255) = 51.26%
R=25.63%
G=23.10%
B=51.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71641420.50.5500.44245.3837.8640.39
Hex47408E323702Cf52628
Octal10710021662670543654650
Binary1000111100000010001110110010110111010110011110101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47408E; }

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

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

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

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

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

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

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

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