#47417D

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

Shades of Dark Slate Blue #47417D

Tints of Dark Slate Blue #47417D

Color information

#47417D (or 0x47417D) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 7D. RGB value is (71,65,125). Sum of RGB (Red+Green+Blue) = 71+65+125=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #47417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417D is #B8BE82. Grayscale: #494949. Windows color (decimal): -12107395 or 8208711. OLE color: 8208711.

HSL color Cylindrical-coordinate representation of color #47417D: hue angle of 246º 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 #47417D is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7165125-
CMYK0.430.4800.51
HSL246º31.58%37.25%-
HSV(B)246º48%49.02%-
XYZ8.196.620.24-
YUV73.63156.99126.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=27.20%
G=24.90%
B=47.89%

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
Decimal71651250.430.4800.5124631.5837.25
Hex47417D2B30033f62025
Octal10710117553600633664045
Binary100011110000011111101101011110000011001111110110100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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