#4B4989

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

Shades of Dark Slate Blue #4B4989

Tints of Dark Slate Blue #4B4989

Color information

#4B4989 (or 0x4B4989) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 49 and 89. RGB value is (75,73,137). Sum of RGB (Red+Green+Blue) = 75+73+137=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #4B4989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4989 is #B4B676. Grayscale: #505050. Windows color (decimal): -11843191 or 8997195. OLE color: 8997195.

HSL color Cylindrical-coordinate representation of color #4B4989: hue angle of 241.88º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B4989 is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7573137-
CMYK0.450.4700.46
HSL241.88º30.48%41.18%-
HSV(B)241.88º46.72%53.73%-
XYZ9.88.0724.71-
YUV80.89159.66123.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 137 (53.91% from 255) = 48.07%
R=26.32%
G=25.61%
B=48.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal75731370.450.4700.46241.8830.4841.18
Hex4B49892D2F02Ef21e29
Octal11311121155570563623651
Binary100101110010011000100110110110111101011101111001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,73,137); }

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

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

 a { background-color: rgb(75,73,137); }

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

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

 span { border-color: rgb(75,73,137); }

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