#47448E

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

Shades of Dark Slate Blue #47448E

Tints of Dark Slate Blue #47448E

Color information

#47448E (or 0x47448E) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 44 and 8E. RGB value is (71,68,142). Sum of RGB (Red+Green+Blue) = 71+68+142=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #47448E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47448E is #B8BB71. Grayscale: #4D4D4D. Windows color (decimal): -12106610 or 9323591. OLE color: 9323591.

HSL color Cylindrical-coordinate representation of color #47448E: hue angle of 242.43º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47448E is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7168142-
CMYK0.50.5200.44
HSL242.43º35.24%41.18%-
HSV(B)242.43º52.11%55.69%-
XYZ9.557.4326.52-
YUV77.33164.49123.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=25.27%
G=24.20%
B=50.53%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71681420.50.5200.44242.4335.2441.18
Hex47448E323402Cf22329
Octal10710421662640543624351
Binary1000111100010010001110110010110100010110011110010100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47448E; }

 p { color: rgb(71,68,142); }

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

<style>
 a { background-color: #47448E; }

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

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

<style>
 span { border-color: #47448E; }

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

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