#4E36AD

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

Shades of Blue Gem #4E36AD

Tints of Blue Gem #4E36AD

Color information

#4E36AD (or 0x4E36AD) is unknown color: approx Blue Gem. HEX triplet: 4E, 36 and AD. RGB value is (78,54,173). Sum of RGB (Red+Green+Blue) = 78+54+173=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E36AD is #B1C952. Grayscale: #4A4A4A. Windows color (decimal): -11651411 or 11351630. OLE color: 11351630.

HSL color Cylindrical-coordinate representation of color #4E36AD: hue angle of 252.1º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E36AD is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7854173-
CMYK0.550.6900.32
HSL252.1º52.42%44.51%-
HSV(B)252.1º68.79%67.84%-
XYZ127.2840.31-
YUV74.74183.45130.32-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=25.57%
G=17.70%
B=56.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal78541730.550.6900.32252.152.4244.51
Hex4E36AD3745020fc342d
Octal11666255671050403746455
Binary1001110110110101011011101111000101010000011111100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E36AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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