#47458B

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

Shades of Dark Slate Blue #47458B

Tints of Dark Slate Blue #47458B

Color information

#47458B (or 0x47458B) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 8B. RGB value is (71,69,139). Sum of RGB (Red+Green+Blue) = 71+69+139=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #47458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47458B is #B8BA74. Grayscale: #4D4D4D. Windows color (decimal): -12106357 or 9127239. OLE color: 9127239.

HSL color Cylindrical-coordinate representation of color #47458B: hue angle of 241.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47458B is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7169139-
CMYK0.490.5000.45
HSL241.71º33.65%40.78%-
HSV(B)241.71º50.36%54.51%-
XYZ9.397.4625.37-
YUV77.58162.66123.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=25.45%
G=24.73%
B=49.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71691390.490.5000.45241.7133.6540.78
Hex47458B313202Df22229
Octal10710521361620553624251
Binary1000111100010110001011110001110010010110111110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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