#47378A

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

Shades of Dark Slate Blue #47378A

Tints of Dark Slate Blue #47378A

Color information

#47378A (or 0x47378A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 37 and 8A. RGB value is (71,55,138). Sum of RGB (Red+Green+Blue) = 71+55+138=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #47378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47378A is #B8C875. Grayscale: #444444. Windows color (decimal): -12109942 or 9058119. OLE color: 9058119.

HSL color Cylindrical-coordinate representation of color #47378A: hue angle of 251.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #47378A is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7155138-
CMYK0.490.6000.46
HSL251.57º43.01%37.84%-
HSV(B)251.57º60.14%54.12%-
XYZ8.555.9124.73-
YUV69.25166.8129.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 138 (54.30% from 255) = 52.27%
R=26.89%
G=20.83%
B=52.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71551380.490.6000.46251.5743.0137.84
Hex47378A313C02Efc2b26
Octal1076721261740563745346
Binary100011111011110001010110001111100010111011111100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47378A; }

 p { color: rgb(71,55,138); }

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

<style>
 a { background-color: #47378A; }

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

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

<style>
 span { border-color: #47378A; }

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

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