#4B3E85

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

Shades of Dark Slate Blue #4B3E85

Tints of Dark Slate Blue #4B3E85

Color information

#4B3E85 (or 0x4B3E85) is unknown color: approx Dark Slate Blue. HEX triplet: 4B, 3E and 85. RGB value is (75,62,133). Sum of RGB (Red+Green+Blue) = 75+62+133=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B3E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B3E85 is #B4C17A. Grayscale: #494949. Windows color (decimal): -11846011 or 8732235. OLE color: 8732235.

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

Color convert

RGB7562133-
CMYK0.440.5300.48
HSL250.99º36.41%38.24%-
HSV(B)250.99º53.38%52.16%-
XYZ8.866.6323-
YUV73.98161.31128.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=27.78%
G=22.96%
B=49.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75621330.440.5300.48250.9936.4138.24
Hex4B3E852C35030fb2426
Octal1137620554650603734446
Binary100101111111010000101101100110101011000011111011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,62,133); }

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

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

 a { background-color: rgb(75,62,133); }

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

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

 span { border-color: rgb(75,62,133); }

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