#4B4681

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

Shades of Dark Slate Blue #4B4681

Tints of Dark Slate Blue #4B4681

Color information

#4B4681 (or 0x4B4681) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 46 and 81. RGB value is (75,70,129). Sum of RGB (Red+Green+Blue) = 75+70+129=274 (36% of max value = 765). Red value is 75 (29.69% from 255 or 27.37% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B4681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4681 is #B4B97E. Grayscale: #4D4D4D. Windows color (decimal): -11843967 or 8472139. OLE color: 8472139.

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

Color convert

RGB7570129-
CMYK0.420.4600.49
HSL245.08º29.65%39.02%-
HSV(B)245.08º45.74%50.59%-
XYZ9.057.4621.73-
YUV78.22156.66125.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.37%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 129 (50.78% from 255) = 47.08%
R=27.37%
G=25.55%
B=47.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75701290.420.4600.49245.0829.6539.02
Hex4B46812A2E031f51e27
Octal11310620152560613653647
Binary100101110001101000000110101010111001100011111010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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