#474791

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

Shades of Dark Slate Blue #474791

Tints of Dark Slate Blue #474791

Color information

#474791 (or 0x474791) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 47 and 91. RGB value is (71,71,145). Sum of RGB (Red+Green+Blue) = 71+71+145=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #474791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474791 is #B8B86E. Grayscale: #4F4F4F. Windows color (decimal): -12105839 or 9520967. OLE color: 9520967.

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

Color convert

RGB7171145-
CMYK0.510.5100.43
HSL240º34.26%42.35%-
HSV(B)240º51.03%56.86%-
XYZ9.967.8927.79-
YUV79.44165121.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 145 (57.03% from 255) = 50.52%
R=24.74%
G=24.74%
B=50.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71711450.510.5100.4324034.2642.35
Hex474791333302Bf0222a
Octal10710722163630533604252
Binary1000111100011110010001110011110011010101111110000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474791; }

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

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

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

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

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

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

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

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