#473B90

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

Shades of Dark Slate Blue #473B90

Tints of Dark Slate Blue #473B90

Color information

#473B90 (or 0x473B90) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 3B and 90. RGB value is (71,59,144). Sum of RGB (Red+Green+Blue) = 71+59+144=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #473B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #473B90 is #B8C46F. Grayscale: #474747. Windows color (decimal): -12108912 or 9452359. OLE color: 9452359.

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

Color convert

RGB7159144-
CMYK0.510.5900.44
HSL248.47º41.87%39.8%-
HSV(B)248.47º59.03%56.47%-
XYZ9.26.4827.15-
YUV72.28168.48127.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 59 (23.44% from 255) = 21.53%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=25.91%
G=21.53%
B=52.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71591440.510.5900.44248.4741.8739.8
Hex473B90333B02Cf82a28
Octal1077322063730543705250
Binary100011111101110010000110011111011010110011111000101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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