#4E4285

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

Shades of Dark Slate Blue #4E4285

Tints of Dark Slate Blue #4E4285

Color information

#4E4285 (or 0x4E4285) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 42 and 85. RGB value is (78,66,133). Sum of RGB (Red+Green+Blue) = 78+66+133=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E4285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4285 is #B1BD7A. Grayscale: #4C4C4C. Windows color (decimal): -11648379 or 8733262. OLE color: 8733262.

HSL color Cylindrical-coordinate representation of color #4E4285: hue angle of 250.75º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4285 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7866133-
CMYK0.410.5000.48
HSL250.75º33.67%39.02%-
HSV(B)250.75º50.38%52.16%-
XYZ9.327.2123.09-
YUV77.23159.48128.55-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 66 (26.17% from 255) = 23.83%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=28.16%
G=23.83%
B=48.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78661330.410.5000.48250.7533.6739.02
Hex4E42852932030fb2227
Octal11610220551620603734247
Binary1001110100001010000101101001110010011000011111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,133); }

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

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

 a { background-color: rgb(78,66,133); }

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

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

 span { border-color: rgb(78,66,133); }

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