#4E24A4

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

Shades of Blue Gem #4E24A4

Tints of Blue Gem #4E24A4

Color information

#4E24A4 (or 0x4E24A4) is unknown color: approx Blue Gem. HEX triplet: 4E, 24 and A4. RGB value is (78,36,164). Sum of RGB (Red+Green+Blue) = 78+36+164=278 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.06% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E24A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E24A4 is #B1DB5B. Grayscale: #3E3E3E. Windows color (decimal): -11656028 or 10757198. OLE color: 10757198.

HSL color Cylindrical-coordinate representation of color #4E24A4: hue angle of 259.69º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E24A4 is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7836164-
CMYK0.520.7800.36
HSL259.69º64%39.22%-
HSV(B)259.69º78.05%64.31%-
XYZ10.475.5635.64-
YUV63.15184.91138.59-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.06%
GREEN value IS 36 (14.45% from 255) = 12.95%
BLUE value IS 164 (64.45% from 255) = 58.99%
R=28.06%
G=12.95%
B=58.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78361640.520.7800.36259.696439.22
Hex4E24A4344E0241044027
Octal116442446411604440410047
Binary100111010010010100100110100100111001001001000001001000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E24A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,164); }

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

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

 a { background-color: rgb(78,36,164); }

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

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

 span { border-color: rgb(78,36,164); }

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