#473E93

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

Shades of Dark Slate Blue #473E93

Tints of Dark Slate Blue #473E93

Color information

#473E93 (or 0x473E93) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3E and 93. RGB value is (71,62,147). Sum of RGB (Red+Green+Blue) = 71+62+147=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #473E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E93 is #B8C16C. Grayscale: #4A4A4A. Windows color (decimal): -12108141 or 9649735. OLE color: 9649735.

HSL color Cylindrical-coordinate representation of color #473E93: hue angle of 246.35º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #473E93 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7162147-
CMYK0.520.5800.42
HSL246.35º40.67%40.98%-
HSV(B)246.35º57.82%57.65%-
XYZ9.596.8928.43-
YUV74.38168.98125.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=25.36%
G=22.14%
B=52.5%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71621470.520.5800.42246.3540.6740.98
Hex473E93343A02Af62929
Octal1077622364720523665151
Binary100011111111010010011110100111010010101011110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,62,147); }

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

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

 a { background-color: rgb(71,62,147); }

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

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

 span { border-color: rgb(71,62,147); }

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