#47418D

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

Shades of Dark Slate Blue #47418D

Tints of Dark Slate Blue #47418D

Color information

#47418D (or 0x47418D) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 8D. RGB value is (71,65,141). Sum of RGB (Red+Green+Blue) = 71+65+141=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #47418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47418D is #B8BE72. Grayscale: #4B4B4B. Windows color (decimal): -12107379 or 9257287. OLE color: 9257287.

HSL color Cylindrical-coordinate representation of color #47418D: hue angle of 244.74º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47418D is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7165141-
CMYK0.500.5400.45
HSL244.74º36.89%40.39%-
HSV(B)244.74º53.9%55.29%-
XYZ9.37.0426.07-
YUV75.46164.99124.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=25.63%
G=23.47%
B=50.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71651410.500.5400.45244.7436.8940.39
Hex47418D323602Df52528
Octal10710121562660553654550
Binary1000111100000110001101110010110110010110111110101100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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