#4B4591

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

Shades of Dark Slate Blue #4B4591

Tints of Dark Slate Blue #4B4591

Color information

#4B4591 (or 0x4B4591) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 45 and 91. RGB value is (75,69,145). Sum of RGB (Red+Green+Blue) = 75+69+145=289 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.95% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B4591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4591 is #B4BA6E. Grayscale: #4F4F4F. Windows color (decimal): -11844207 or 9520459. OLE color: 9520459.

HSL color Cylindrical-coordinate representation of color #4B4591: hue angle of 244.74º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4591 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7569145-
CMYK0.480.5200.43
HSL244.74º35.51%41.96%-
HSV(B)244.74º52.41%56.86%-
XYZ10.147.827.76-
YUV79.46164.99124.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.95%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 145 (57.03% from 255) = 50.17%
R=25.95%
G=23.88%
B=50.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal75691450.480.5200.43244.7435.5141.96
Hex4B4591303402Bf5242a
Octal11310522160640533654452
Binary1001011100010110010001110000110100010101111110101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,145); }

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

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

 a { background-color: rgb(75,69,145); }

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

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

 span { border-color: rgb(75,69,145); }

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