#4E4399

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

Shades of Blue Gem #4E4399

Tints of Blue Gem #4E4399

Color information

#4E4399 (or 0x4E4399) is unknown color: approx Blue Gem. HEX triplet: 4E, 43 and 99. RGB value is (78,67,153). Sum of RGB (Red+Green+Blue) = 78+67+153=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4399 is #B1BC66. Grayscale: #4F4F4F. Windows color (decimal): -11648103 or 10044238. OLE color: 10044238.

HSL color Cylindrical-coordinate representation of color #4E4399: hue angle of 247.67º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E4399 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7867153-
CMYK0.490.5600.4
HSL247.67º39.09%43.14%-
HSV(B)247.67º56.21%60%-
XYZ10.97.9331.09-
YUV80.09169.14126.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 153 (60.16% from 255) = 51.34%
R=26.17%
G=22.48%
B=51.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78671530.490.5600.4247.6739.0943.14
Hex4E43993138028f8272b
Octal11610323161700503704753
Binary1001110100001110011001110001111000010100011111000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,153); }

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

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

 a { background-color: rgb(78,67,153); }

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

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

 span { border-color: rgb(78,67,153); }

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