#4E468B

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

Shades of Dark Slate Blue #4E468B

Tints of Dark Slate Blue #4E468B

Color information

#4E468B (or 0x4E468B) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 46 and 8B. RGB value is (78,70,139). Sum of RGB (Red+Green+Blue) = 78+70+139=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E468B is #B1B974. Grayscale: #4F4F4F. Windows color (decimal): -11647349 or 9127502. OLE color: 9127502.

HSL color Cylindrical-coordinate representation of color #4E468B: hue angle of 246.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E468B is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7870139-
CMYK0.440.5000.45
HSL246.96º33.01%40.98%-
HSV(B)246.96º49.64%54.51%-
XYZ9.997.8625.42-
YUV80.26161.15126.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 139 (54.69% from 255) = 48.43%
R=27.18%
G=24.39%
B=48.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78701390.440.5000.45246.9633.0140.98
Hex4E468B2C3202Df72129
Octal11610621354620553674151
Binary1001110100011010001011101100110010010110111110111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,70,139); }

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

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

 a { background-color: rgb(78,70,139); }

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

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

 span { border-color: rgb(78,70,139); }

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