Html Css Color HEX #4E35AB Blue Gem

📋 copy color: '#4E35AB'

red 78 ◦ green 53 ◦ blue 171

#4E35AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4E35AB

Tints of Blue Gem #4E35AB

RGB

 RED value IS 78 (30.86% from 255) = 25.83%

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 25.83%
G = 17.55%
B = 56.62%

CMYK

 C value IS 0.54

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E35AB (or 0x4E35AB) is known color: Blue Gem. HEX triplet: 4E, 35 and AB. RGB value is (78,53,171). Sum of RGB (Red+Green+Blue) = 78+53+171=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E35AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E35AB is #B1CA54. Grayscale: #494949. Windows color (decimal): -11651669 or 11220302. OLE color: 11220302.

HSL color Cylindrical-coordinate representation of color #4E35AB: hue angle of 252.71º 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 #4E35AB is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 53 171 -
CMYK 0.54 0.69 0 0.33
HSL 252.71º 0.53% 0.44% -
HSV(B) 252.71º 0.69% 0.67% -
XYZ 11.77 7.11 39.28 -
YUV 73.93 182.78 130.91 -
System Red Green Blue C M Y K H S L
Decimal 78 53 171 0.54 0.69 0 0.33 252.71 0.53 0.44
Hex 4E 35 AB 36 45 0 21 FD 35 2C
Octal 116 65 253 66 105 0 41 375 65 54
Binary 1001110 110101 10101011 110110 1000101 0 100001 11111101 110101 101100

Color Harmonies of #4E35AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E35AB

Black with #4E35AB

Text Example


Text Example

White with #4E35AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E35AB;
 }
 .AnyTagClassName
 {
   color: #4E35AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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