#4E3299

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

Shades of Blue Gem #4E3299

Tints of Blue Gem #4E3299

Color information

#4E3299 (or 0x4E3299) is unknown color: approx Blue Gem. HEX triplet: 4E, 32 and 99. RGB value is (78,50,153). Sum of RGB (Red+Green+Blue) = 78+50+153=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E3299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3299 is #B1CD66. Grayscale: #454545. Windows color (decimal): -11652455 or 10039886. OLE color: 10039886.

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

Color convert

RGB7850153-
CMYK0.490.6700.4
HSL256.31º50.74%39.8%-
HSV(B)256.31º67.32%60%-
XYZ10.036.230.81-
YUV70.11174.78133.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.76%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=27.76%
G=17.79%
B=54.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78501530.490.6700.4256.3150.7439.8
Hex4E329931430281003328
Octal11662231611030504006350
Binary10011101100101001100111000110000110101000100000000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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