#47418E

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

Shades of Dark Slate Blue #47418E

Tints of Dark Slate Blue #47418E

Color information

#47418E (or 0x47418E) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 8E. RGB value is (71,65,142). Sum of RGB (Red+Green+Blue) = 71+65+142=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 142 (55.86% from 255 or 51.08% from 278); Max value from RGB is 142 - color contains mainly: blue. Hex color #47418E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47418E is #B8BE71. Grayscale: #4B4B4B. Windows color (decimal): -12107378 or 9322823. OLE color: 9322823.

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

Color convert

RGB7165142-
CMYK0.50.5400.44
HSL244.68º37.2%40.59%-
HSV(B)244.68º54.23%55.69%-
XYZ9.377.0726.46-
YUV75.57165.49124.74-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 65 (25.78% from 255) = 23.38%
BLUE value IS 142 (55.86% from 255) = 51.08%
R=25.54%
G=23.38%
B=51.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71651420.50.5400.44244.6837.240.59
Hex47418E323602Cf52529
Octal10710121662660543654551
Binary1000111100000110001110110010110110010110011110101100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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