#4B4082

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

Shades of Dark Slate Blue #4B4082

Tints of Dark Slate Blue #4B4082

Color information

#4B4082 (or 0x4B4082) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 40 and 82. RGB value is (75,64,130). Sum of RGB (Red+Green+Blue) = 75+64+130=269 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.88% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B4082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4082 is #B4BF7D. Grayscale: #4A4A4A. Windows color (decimal): -11845502 or 8536139. OLE color: 8536139.

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

Color convert

RGB7564130-
CMYK0.420.5100.49
HSL250º34.02%38.04%-
HSV(B)250º50.77%50.98%-
XYZ8.766.7721.96-
YUV74.81159.14128.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.88%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=27.88%
G=23.79%
B=48.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75641300.420.5100.4925034.0238.04
Hex4B40822A33031fa2226
Octal11310020252630613724246
Binary1001011100000010000010101010110011011000111111010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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