#474591

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

Shades of Dark Slate Blue #474591

Tints of Dark Slate Blue #474591

Color information

#474591 (or 0x474591) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 45 and 91. RGB value is (71,69,145). Sum of RGB (Red+Green+Blue) = 71+69+145=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #474591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474591 is #B8BA6E. Grayscale: #4D4D4D. Windows color (decimal): -12106351 or 9520455. OLE color: 9520455.

HSL color Cylindrical-coordinate representation of color #474591: hue angle of 241.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474591 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7169145-
CMYK0.510.5200.43
HSL241.58º35.51%41.96%-
HSV(B)241.58º52.41%56.86%-
XYZ9.847.6427.74-
YUV78.26165.66122.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 145 (57.03% from 255) = 50.88%
R=24.91%
G=24.21%
B=50.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71691450.510.5200.43241.5835.5141.96
Hex474591333402Bf2242a
Octal10710522163640533624452
Binary1000111100010110010001110011110100010101111110010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474591; }

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

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

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

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

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

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

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

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