#473E94

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

Shades of Dark Slate Blue #473E94

Tints of Dark Slate Blue #473E94

Color information

#473E94 (or 0x473E94) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3E and 94. RGB value is (71,62,148). Sum of RGB (Red+Green+Blue) = 71+62+148=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #473E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473E94 is #B8C16B. Grayscale: #4A4A4A. Windows color (decimal): -12108140 or 9715271. OLE color: 9715271.

HSL color Cylindrical-coordinate representation of color #473E94: hue angle of 246.28º 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 #473E94 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7162148-
CMYK0.520.5800.42
HSL246.28º40.95%41.18%-
HSV(B)246.28º58.11%58.04%-
XYZ9.676.9228.84-
YUV74.5169.48125.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 62 (24.61% from 255) = 22.06%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=25.27%
G=22.06%
B=52.67%

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
Decimal71621480.520.5800.42246.2840.9541.18
Hex473E94343A02Af62929
Octal1077622464720523665151
Binary100011111111010010100110100111010010101011110110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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