#4A4891

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

Shades of Dark Slate Blue #4A4891

Tints of Dark Slate Blue #4A4891

Color information

#4A4891 (or 0x4A4891) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 48 and 91. RGB value is (74,72,145). Sum of RGB (Red+Green+Blue) = 74+72+145=291 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.43% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A4891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4891 is #B5B76E. Grayscale: #505050. Windows color (decimal): -11908975 or 9521226. OLE color: 9521226.

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

Color convert

RGB7472145-
CMYK0.490.5000.43
HSL241.64º33.64%42.55%-
HSV(B)241.64º50.34%56.86%-
XYZ10.258.1327.82-
YUV80.92164.16123.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.43%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 145 (57.03% from 255) = 49.83%
R=25.43%
G=24.74%
B=49.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal74721450.490.5000.43241.6433.6442.55
Hex4A4891313202Bf2222b
Octal11211022161620533624253
Binary1001010100100010010001110001110010010101111110010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,145); }

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

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

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

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

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

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

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