#473C8A

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

Shades of Dark Slate Blue #473C8A

Tints of Dark Slate Blue #473C8A

Color information

#473C8A (or 0x473C8A) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3C and 8A. RGB value is (71,60,138). Sum of RGB (Red+Green+Blue) = 71+60+138=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #473C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C8A is #B8C375. Grayscale: #474747. Windows color (decimal): -12108662 or 9059399. OLE color: 9059399.

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

Color convert

RGB7160138-
CMYK0.490.5700.46
HSL248.46º39.39%38.82%-
HSV(B)248.46º56.52%54.12%-
XYZ8.86.4124.82-
YUV72.18165.14127.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 60 (23.83% from 255) = 22.30%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=26.39%
G=22.30%
B=51.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71601380.490.5700.46248.4639.3938.82
Hex473C8A313902Ef82727
Octal1077421261710563704747
Binary100011111110010001010110001111001010111011111000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473C8A; }

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

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

<style>
 a { background-color: #473C8A; }

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

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

<style>
 span { border-color: #473C8A; }

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

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