#4E35AC

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

Shades of Blue Gem #4E35AC

Tints of Blue Gem #4E35AC

Color information

#4E35AC (or 0x4E35AC) is unknown color: approx Blue Gem. HEX triplet: 4E, 35 and AC. RGB value is (78,53,172). Sum of RGB (Red+Green+Blue) = 78+53+172=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E35AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E35AC is #B1CA53. Grayscale: #494949. Windows color (decimal): -11651668 or 11285838. OLE color: 11285838.

HSL color Cylindrical-coordinate representation of color #4E35AC: hue angle of 252.61º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E35AC is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7853172-
CMYK0.550.6900.33
HSL252.61º52.89%44.12%-
HSV(B)252.61º69.19%67.45%-
XYZ11.867.1439.78-
YUV74.04183.28130.82-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=25.74%
G=17.49%
B=56.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal78531720.550.6900.33252.6152.8944.12
Hex4E35AC3745021fd352c
Octal11665254671050413756554
Binary1001110110101101011001101111000101010000111111101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E35AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,172); }

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

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

 a { background-color: rgb(78,53,172); }

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

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

 span { border-color: rgb(78,53,172); }

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