#4A4394

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

Shades of Dark Slate Blue #4A4394

Tints of Dark Slate Blue #4A4394

Color information

#4A4394 (or 0x4A4394) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 43 and 94. RGB value is (74,67,148). Sum of RGB (Red+Green+Blue) = 74+67+148=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A4394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4394 is #B5BC6B. Grayscale: #4E4E4E. Windows color (decimal): -11910252 or 9716554. OLE color: 9716554.

HSL color Cylindrical-coordinate representation of color #4A4394: hue angle of 245.19º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A4394 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7467148-
CMYK0.500.5500.42
HSL245.19º37.67%42.16%-
HSV(B)245.19º54.73%58.04%-
XYZ10.187.6128.95-
YUV78.33167.32124.91-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 67 (26.56% from 255) = 23.18%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=25.61%
G=23.18%
B=51.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal74671480.500.5500.42245.1937.6742.16
Hex4A4394323702Af5262a
Octal11210322462670523654652
Binary1001010100001110010100110010110111010101011110101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4394; }

 p { color: rgb(74,67,148); }

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

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

 a { background-color: rgb(74,67,148); }

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

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

 span { border-color: rgb(74,67,148); }

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