#473C90

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

Shades of Dark Slate Blue #473C90

Tints of Dark Slate Blue #473C90

Color information

#473C90 (or 0x473C90) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3C and 90. RGB value is (71,60,144). Sum of RGB (Red+Green+Blue) = 71+60+144=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #473C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473C90 is #B8C36F. Grayscale: #484848. Windows color (decimal): -12108656 or 9452615. OLE color: 9452615.

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

Color convert

RGB7160144-
CMYK0.510.5800.44
HSL247.86º41.18%40%-
HSV(B)247.86º58.33%56.47%-
XYZ9.256.5827.17-
YUV72.86168.14126.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 60 (23.83% from 255) = 21.82%
BLUE value IS 144 (56.64% from 255) = 52.36%
R=25.82%
G=21.82%
B=52.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71601440.510.5800.44247.8641.1840
Hex473C90333A02Cf82928
Octal1077422063720543705150
Binary100011111110010010000110011111010010110011111000101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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