#47408B

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

Shades of Dark Slate Blue #47408B

Tints of Dark Slate Blue #47408B

Color information

#47408B (or 0x47408B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 40 and 8B. RGB value is (71,64,139). Sum of RGB (Red+Green+Blue) = 71+64+139=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #47408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408B is #B8BF74. Grayscale: #4A4A4A. Windows color (decimal): -12107637 or 9125959. OLE color: 9125959.

HSL color Cylindrical-coordinate representation of color #47408B: hue angle of 245.6º 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 #47408B is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7164139-
CMYK0.490.5400.45
HSL245.6º36.95%39.8%-
HSV(B)245.6º53.96%54.51%-
XYZ9.096.8725.27-
YUV74.64164.32125.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=25.91%
G=23.36%
B=50.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71641390.490.5400.45245.636.9539.8
Hex47408B313602Df62528
Octal10710021361660553664550
Binary1000111100000010001011110001110110010110111110110100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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