#47458C

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

Shades of Dark Slate Blue #47458C

Tints of Dark Slate Blue #47458C

Color information

#47458C (or 0x47458C) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 8C. RGB value is (71,69,140). Sum of RGB (Red+Green+Blue) = 71+69+140=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #47458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47458C is #B8BA73. Grayscale: #4D4D4D. Windows color (decimal): -12106356 or 9192775. OLE color: 9192775.

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

Color convert

RGB7169140-
CMYK0.490.5100.45
HSL241.69º33.97%40.98%-
HSV(B)241.69º50.71%54.9%-
XYZ9.467.4925.76-
YUV77.69163.16123.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 140 (55.08% from 255) = 50%
R=25.36%
G=24.64%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71691400.490.5100.45241.6933.9740.98
Hex47458C313302Df22229
Octal10710521461630553624251
Binary1000111100010110001100110001110011010110111110010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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