#4E269A

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

Shades of Blue Gem #4E269A

Tints of Blue Gem #4E269A

Color information

#4E269A (or 0x4E269A) is unknown color: approx Blue Gem. HEX triplet: 4E, 26 and 9A. RGB value is (78,38,154). Sum of RGB (Red+Green+Blue) = 78+38+154=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E269A is #B1D965. Grayscale: #3E3E3E. Windows color (decimal): -11655526 or 10102350. OLE color: 10102350.

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

Color convert

RGB7838154-
CMYK0.490.7500.40
HSL260.69º60.42%37.65%-
HSV(B)260.69º75.32%60.39%-
XYZ9.675.3431.09-
YUV63.18179.25138.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 154 (60.55% from 255) = 57.04%
R=28.89%
G=14.07%
B=57.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78381540.490.7500.40260.6960.4237.65
Hex4E269A314B0281053c26
Octal11646232611130504057446
Binary10011101001101001101011000110010110101000100000101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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