#4B4691

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

Shades of Dark Slate Blue #4B4691

Tints of Dark Slate Blue #4B4691

Color information

#4B4691 (or 0x4B4691) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 46 and 91. RGB value is (75,70,145). Sum of RGB (Red+Green+Blue) = 75+70+145=290 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.86% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #4B4691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4691 is #B4B96E. Grayscale: #4F4F4F. Windows color (decimal): -11843951 or 9520715. OLE color: 9520715.

HSL color Cylindrical-coordinate representation of color #4B4691: hue angle of 244º degrees, saturation: 0.35, 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 #4B4691 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7570145-
CMYK0.480.5200.43
HSL244º34.88%42.16%-
HSV(B)244º51.72%56.86%-
XYZ10.27.9227.78-
YUV80.04164.66124.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.86%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 145 (57.03% from 255) = 50%
R=25.86%
G=24.14%
B=50%

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
Decimal75701450.480.5200.4324434.8842.16
Hex4B4691303402Bf4232a
Octal11310622160640533644352
Binary1001011100011010010001110000110100010101111110100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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