#4E4499

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

Shades of Blue Gem #4E4499

Tints of Blue Gem #4E4499

Color information

#4E4499 (or 0x4E4499) is unknown color: approx Blue Gem. HEX triplet: 4E, 44 and 99. RGB value is (78,68,153). Sum of RGB (Red+Green+Blue) = 78+68+153=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E4499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4499 is #B1BB66. Grayscale: #505050. Windows color (decimal): -11647847 or 10044494. OLE color: 10044494.

HSL color Cylindrical-coordinate representation of color #4E4499: hue angle of 247.06º degrees, saturation: 0.38, 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 #4E4499 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7868153-
CMYK0.490.5600.4
HSL247.06º38.46%43.33%-
HSV(B)247.06º55.56%60%-
XYZ10.968.0531.11-
YUV80.68168.81126.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=26.09%
G=22.74%
B=51.17%

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
Decimal78681530.490.5600.4247.0638.4643.33
Hex4E44993138028f7262b
Octal11610423161700503674653
Binary1001110100010010011001110001111000010100011110111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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