#474193

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

Shades of Dark Slate Blue #474193

Tints of Dark Slate Blue #474193

Color information

#474193 (or 0x474193) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 41 and 93. RGB value is (71,65,147). Sum of RGB (Red+Green+Blue) = 71+65+147=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #474193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474193 is #B8BE6C. Grayscale: #4B4B4B. Windows color (decimal): -12107373 or 9650503. OLE color: 9650503.

HSL color Cylindrical-coordinate representation of color #474193: hue angle of 244.39º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #474193 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7165147-
CMYK0.520.5600.42
HSL244.39º38.68%41.57%-
HSV(B)244.39º55.78%57.65%-
XYZ9.767.2328.48-
YUV76.14167.99124.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=25.09%
G=22.97%
B=51.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71651470.520.5600.42244.3938.6841.57
Hex474193343802Af4272a
Octal10710122364700523644752
Binary1000111100000110010011110100111000010101011110100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474193; }

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

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

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

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

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

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

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

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