#4B4084

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

Shades of Dark Slate Blue #4B4084

Tints of Dark Slate Blue #4B4084

Color information

#4B4084 (or 0x4B4084) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 40 and 84. RGB value is (75,64,132). Sum of RGB (Red+Green+Blue) = 75+64+132=271 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.68% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B4084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4084 is #B4BF7B. Grayscale: #4A4A4A. Windows color (decimal): -11845500 or 8667211. OLE color: 8667211.

HSL color Cylindrical-coordinate representation of color #4B4084: hue angle of 249.71º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B4084 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7564132-
CMYK0.430.5200.48
HSL249.71º34.69%38.43%-
HSV(B)249.71º51.52%51.76%-
XYZ8.96.8322.68-
YUV75.04160.14127.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.68%
GREEN value IS 64 (25.39% from 255) = 23.62%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=27.68%
G=23.62%
B=48.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75641320.430.5200.48249.7134.6938.43
Hex4B40842B34030fa2326
Octal11310020453640603724346
Binary1001011100000010000100101011110100011000011111010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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