#474493

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

Shades of Dark Slate Blue #474493

Tints of Dark Slate Blue #474493

Color information

#474493 (or 0x474493) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 44 and 93. RGB value is (71,68,147). Sum of RGB (Red+Green+Blue) = 71+68+147=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #474493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474493 is #B8BB6C. Grayscale: #4D4D4D. Windows color (decimal): -12106605 or 9651271. OLE color: 9651271.

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

Color convert

RGB7168147-
CMYK0.520.5400.42
HSL242.28º36.74%42.16%-
HSV(B)242.28º53.74%57.65%-
XYZ9.937.5828.54-
YUV77.9166.99123.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 147 (57.81% from 255) = 51.40%
R=24.83%
G=23.78%
B=51.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71681470.520.5400.42242.2836.7442.16
Hex474493343602Af2252a
Octal10710422364660523624552
Binary1000111100010010010011110100110110010101011110010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474493; }

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

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

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

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

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

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

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

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