#4B4582

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

Shades of Dark Slate Blue #4B4582

Tints of Dark Slate Blue #4B4582

Color information

#4B4582 (or 0x4B4582) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 45 and 82. RGB value is (75,69,130). Sum of RGB (Red+Green+Blue) = 75+69+130=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B4582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4582 is #B4BA7D. Grayscale: #4D4D4D. Windows color (decimal): -11844222 or 8537419. OLE color: 8537419.

HSL color Cylindrical-coordinate representation of color #4B4582: hue angle of 245.9º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B4582 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7569130-
CMYK0.420.4700.49
HSL245.9º30.65%39.02%-
HSV(B)245.9º46.92%50.98%-
XYZ9.067.3622.06-
YUV77.75157.49126.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 69 (27.34% from 255) = 25.18%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=27.37%
G=25.18%
B=47.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75691300.420.4700.49245.930.6539.02
Hex4B45822A2F031f61f27
Octal11310520252570613663747
Binary100101110001011000001010101010111101100011111011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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