#4B4595

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

Shades of Dark Slate Blue #4B4595

Tints of Dark Slate Blue #4B4595

Color information

#4B4595 (or 0x4B4595) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 45 and 95. RGB value is (75,69,149). Sum of RGB (Red+Green+Blue) = 75+69+149=293 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.60% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #4B4595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4595 is #B4BA6A. Grayscale: #4F4F4F. Windows color (decimal): -11844203 or 9782603. OLE color: 9782603.

HSL color Cylindrical-coordinate representation of color #4B4595: hue angle of 244.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B4595 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7569149-
CMYK0.500.5400.42
HSL244.5º36.7%42.75%-
HSV(B)244.5º53.69%58.43%-
XYZ10.457.9229.41-
YUV79.91166.99124.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 25.60%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 149 (58.59% from 255) = 50.85%
R=25.60%
G=23.55%
B=50.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal75691490.500.5400.42244.536.742.75
Hex4B4595323602Af4252b
Octal11310522562660523644553
Binary1001011100010110010101110010110110010101011110100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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