#474189

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

Shades of Dark Slate Blue #474189

Tints of Dark Slate Blue #474189

Color information

#474189 (or 0x474189) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 89. RGB value is (71,65,137). Sum of RGB (Red+Green+Blue) = 71+65+137=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #474189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474189 is #B8BE76. Grayscale: #4A4A4A. Windows color (decimal): -12107383 or 8995143. OLE color: 8995143.

HSL color Cylindrical-coordinate representation of color #474189: hue angle of 245º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #474189 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7165137-
CMYK0.480.5300.46
HSL245º35.64%39.61%-
HSV(B)245º52.55%53.73%-
XYZ96.9324.53-
YUV75162.99125.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 137 (53.91% from 255) = 50.18%
R=26.01%
G=23.81%
B=50.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71651370.480.5300.4624535.6439.61
Hex474189303502Ef52428
Octal10710121160650563654450
Binary1000111100000110001001110000110101010111011110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474189; }

 p { color: rgb(71,65,137); }

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

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

 a { background-color: rgb(71,65,137); }

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

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

 span { border-color: rgb(71,65,137); }

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