#4E279E

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

Shades of Blue Gem #4E279E

Tints of Blue Gem #4E279E

Color information

#4E279E (or 0x4E279E) is unknown color: approx Blue Gem. HEX triplet: 4E, 27 and 9E. RGB value is (78,39,158). Sum of RGB (Red+Green+Blue) = 78+39+158=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E279E is #B1D861. Grayscale: #3F3F3F. Windows color (decimal): -11655266 or 10364750. OLE color: 10364750.

HSL color Cylindrical-coordinate representation of color #4E279E: hue angle of 259.66º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E279E is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7839158-
CMYK0.510.7500.38
HSL259.66º60.41%38.63%-
HSV(B)259.66º75.32%61.96%-
XYZ10.045.5432.89-
YUV64.23180.92137.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 39 (15.62% from 255) = 14.18%
BLUE value IS 158 (62.11% from 255) = 57.45%
R=28.36%
G=14.18%
B=57.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78391580.510.7500.38259.6660.4138.63
Hex4E279E334B0261043c27
Octal11647236631130464047447
Binary10011101001111001111011001110010110100110100000100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E279E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,158); }

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

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

 a { background-color: rgb(78,39,158); }

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

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

 span { border-color: rgb(78,39,158); }

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