#4B4581

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

Shades of Dark Slate Blue #4B4581

Tints of Dark Slate Blue #4B4581

Color information

#4B4581 (or 0x4B4581) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 45 and 81. RGB value is (75,69,129). Sum of RGB (Red+Green+Blue) = 75+69+129=273 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.47% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B4581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4581 is #B4BA7E. Grayscale: #4D4D4D. Windows color (decimal): -11844223 or 8471883. OLE color: 8471883.

HSL color Cylindrical-coordinate representation of color #4B4581: hue angle of 246º degrees, saturation: 0.3, 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 #4B4581 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7569129-
CMYK0.420.4700.49
HSL246º30.3%38.82%-
HSV(B)246º46.51%50.59%-
XYZ8.997.3421.71-
YUV77.63156.99126.12-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.47%
GREEN value IS 69 (27.34% from 255) = 25.27%
BLUE value IS 129 (50.78% from 255) = 47.25%
R=27.47%
G=25.27%
B=47.25%

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
Decimal75691290.420.4700.4924630.338.82
Hex4B45812A2F031f61e27
Octal11310520152570613663647
Binary100101110001011000000110101010111101100011111011011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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