#4E4599

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

Shades of Blue Gem #4E4599

Tints of Blue Gem #4E4599

Color information

#4E4599 (or 0x4E4599) is unknown color: approx Blue Gem. HEX triplet: 4E, 45 and 99. RGB value is (78,69,153). Sum of RGB (Red+Green+Blue) = 78+69+153=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4599 is #B1BA66. Grayscale: #505050. Windows color (decimal): -11647591 or 10044750. OLE color: 10044750.

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

Color convert

RGB7869153-
CMYK0.490.5500.4
HSL246.43º37.84%43.53%-
HSV(B)246.43º54.9%60%-
XYZ11.028.1831.13-
YUV81.27168.48125.67-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26%
GREEN value IS 69 (27.34% from 255) = 23%
BLUE value IS 153 (60.16% from 255) = 51%
R=26%
G=23%
B=51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78691530.490.5500.4246.4337.8443.53
Hex4E45993137028f6262c
Octal11610523161670503664654
Binary1001110100010110011001110001110111010100011110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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