#47458A

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

Shades of Dark Slate Blue #47458A

Tints of Dark Slate Blue #47458A

Color information

#47458A (or 0x47458A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 8A. RGB value is (71,69,138). Sum of RGB (Red+Green+Blue) = 71+69+138=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #47458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47458A is #B8BA75. Grayscale: #4D4D4D. Windows color (decimal): -12106358 or 9061703. OLE color: 9061703.

HSL color Cylindrical-coordinate representation of color #47458A: hue angle of 241.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47458A is Cyan = 0.49, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7169138-
CMYK0.490.500.46
HSL241.74º33.33%40.59%-
HSV(B)241.74º50%54.12%-
XYZ9.317.4324.99-
YUV77.46162.16123.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=25.54%
G=24.82%
B=49.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71691380.490.500.46241.7433.3340.59
Hex47458A313202Ef22129
Octal10710521261620563624151
Binary1000111100010110001010110001110010010111011110010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47458A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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