#474589

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

Shades of Dark Slate Blue #474589

Tints of Dark Slate Blue #474589

Color information

#474589 (or 0x474589) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 89. RGB value is (71,69,137). Sum of RGB (Red+Green+Blue) = 71+69+137=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #474589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474589 is #B8BA76. Grayscale: #4D4D4D. Windows color (decimal): -12106359 or 8996167. OLE color: 8996167.

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

Color convert

RGB7169137-
CMYK0.480.5000.46
HSL241.76º33.01%40.39%-
HSV(B)241.76º49.64%53.73%-
XYZ9.247.424.61-
YUV77.35161.66123.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 137 (53.91% from 255) = 49.46%
R=25.63%
G=24.91%
B=49.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71691370.480.5000.46241.7633.0140.39
Hex474589303202Ef22128
Octal10710521160620563624150
Binary1000111100010110001001110000110010010111011110010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474589; }

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

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

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

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

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

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

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

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