#4E3699

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

Shades of Blue Gem #4E3699

Tints of Blue Gem #4E3699

Color information

#4E3699 (or 0x4E3699) is unknown color: approx Blue Gem. HEX triplet: 4E, 36 and 99. RGB value is (78,54,153). Sum of RGB (Red+Green+Blue) = 78+54+153=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E3699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3699 is #B1C966. Grayscale: #484848. Windows color (decimal): -11651431 or 10040910. OLE color: 10040910.

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

Color convert

RGB7854153-
CMYK0.490.6500.4
HSL254.55º47.83%40.59%-
HSV(B)254.55º64.71%60%-
XYZ10.216.5630.86-
YUV72.46173.45131.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=27.37%
G=18.95%
B=53.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal78541530.490.6500.4254.5547.8340.59
Hex4E36993141028ff3029
Octal11666231611010503776051
Binary1001110110110100110011100011000001010100011111111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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