#4B4890

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

Shades of Dark Slate Blue #4B4890

Tints of Dark Slate Blue #4B4890

Color information

#4B4890 (or 0x4B4890) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 48 and 90. RGB value is (75,72,144). Sum of RGB (Red+Green+Blue) = 75+72+144=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B4890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4890 is #B4B76F. Grayscale: #505050. Windows color (decimal): -11843440 or 9455691. OLE color: 9455691.

HSL color Cylindrical-coordinate representation of color #4B4890: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B4890 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7572144-
CMYK0.480.5000.44
HSL242.5º33.33%42.35%-
HSV(B)242.5º50%56.47%-
XYZ10.258.1427.42-
YUV81.1163.49123.65-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.77%
GREEN value IS 72 (28.52% from 255) = 24.74%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=25.77%
G=24.74%
B=49.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal75721440.480.5000.44242.533.3342.35
Hex4B4890303202Cf2212a
Octal11311022060620543624152
Binary1001011100100010010000110000110010010110011110010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,72,144); }

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

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

 a { background-color: rgb(75,72,144); }

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

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

 span { border-color: rgb(75,72,144); }

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