#474191

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

Shades of Dark Slate Blue #474191

Tints of Dark Slate Blue #474191

Color information

#474191 (or 0x474191) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 91. RGB value is (71,65,145). Sum of RGB (Red+Green+Blue) = 71+65+145=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #474191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474191 is #B8BE6E. Grayscale: #4B4B4B. Windows color (decimal): -12107375 or 9519431. OLE color: 9519431.

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

Color convert

RGB7165145-
CMYK0.510.5500.43
HSL244.5º38.1%41.18%-
HSV(B)244.5º55.17%56.86%-
XYZ9.67.1627.66-
YUV75.91166.99124.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=25.27%
G=23.13%
B=51.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71651450.510.5500.43244.538.141.18
Hex474191333702Bf42629
Octal10710122163670533644651
Binary1000111100000110010001110011110111010101111110100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474191; }

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

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

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

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

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

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

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

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