#47478F

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

Shades of Dark Slate Blue #47478F

Tints of Dark Slate Blue #47478F

Color information

#47478F (or 0x47478F) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 47 and 8F. RGB value is (71,71,143). Sum of RGB (Red+Green+Blue) = 71+71+143=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #47478F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47478F is #B8B870. Grayscale: #4E4E4E. Windows color (decimal): -12105841 or 9389895. OLE color: 9389895.

HSL color Cylindrical-coordinate representation of color #47478F: hue angle of 240º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47478F is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7171143-
CMYK0.500.5000.44
HSL240º33.64%41.96%-
HSV(B)240º50.35%56.08%-
XYZ9.817.8326.98-
YUV79.21164122.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 71 (28.12% from 255) = 24.91%
BLUE value IS 143 (56.25% from 255) = 50.18%
R=24.91%
G=24.91%
B=50.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71711430.500.5000.4424033.6441.96
Hex47478F323202Cf0222a
Octal10710721762620543604252
Binary1000111100011110001111110010110010010110011110000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47478F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47478F; }

 p { color: rgb(71,71,143); }

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

<style>
 a { background-color: #47478F; }

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

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

<style>
 span { border-color: #47478F; }

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

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