#4E2697

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

Shades of Blue Gem #4E2697

Tints of Blue Gem #4E2697

Color information

#4E2697 (or 0x4E2697) is unknown color: approx Blue Gem. HEX triplet: 4E, 26 and 97. RGB value is (78,38,151). Sum of RGB (Red+Green+Blue) = 78+38+151=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 151 (59.38% from 255 or 56.55% from 267); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E2697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2697 is #B1D968. Grayscale: #3E3E3E. Windows color (decimal): -11655529 or 9905742. OLE color: 9905742.

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

Color convert

RGB7838151-
CMYK0.480.7500.41
HSL261.24º59.79%37.06%-
HSV(B)261.24º74.83%59.22%-
XYZ9.425.2429.79-
YUV62.84177.75138.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 151 (59.38% from 255) = 56.55%
R=29.21%
G=14.23%
B=56.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78381510.480.7500.41261.2459.7937.06
Hex4E2697304B0291053c25
Octal11646227601130514057445
Binary10011101001101001011111000010010110101001100000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,38,151); }

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

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

 a { background-color: rgb(78,38,151); }

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

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

 span { border-color: rgb(78,38,151); }

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