#47468A

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

Shades of Dark Slate Blue #47468A

Tints of Dark Slate Blue #47468A

Color information

#47468A (or 0x47468A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 46 and 8A. RGB value is (71,70,138). Sum of RGB (Red+Green+Blue) = 71+70+138=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 138 (54.30% from 255 or 49.46% from 279); Max value from RGB is 138 - color contains mainly: blue. Hex color #47468A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47468A is #B8B975. Grayscale: #4D4D4D. Windows color (decimal): -12106102 or 9061959. OLE color: 9061959.

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

Color convert

RGB7170138-
CMYK0.490.4900.46
HSL240.88º32.69%40.78%-
HSV(B)240.88º49.28%54.12%-
XYZ9.387.5525.01-
YUV78.05161.83122.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 70 (27.73% from 255) = 25.09%
BLUE value IS 138 (54.30% from 255) = 49.46%
R=25.45%
G=25.09%
B=49.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71701380.490.4900.46240.8832.6940.78
Hex47468A313102Ef12129
Octal10710621261610563614151
Binary1000111100011010001010110001110001010111011110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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