Html Css Color HEX #4E3AAA Blue Gem

📋 copy color: '#4E3AAA'

red 78 ◦ green 58 ◦ blue 170

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

Shades of Blue Gem #4E3AAA

Tints of Blue Gem #4E3AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.95%

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 25.49%
G = 18.95%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E3AAA (or 0x4E3AAA) is known color: Blue Gem. HEX triplet: 4E, 3A and AA. RGB value is (78,58,170). Sum of RGB (Red+Green+Blue) = 78+58+170=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 58 (23.05% from 255 or 18.95% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E3AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3AAA is #B1C555. Grayscale: #4C4C4C. Windows color (decimal): -11650390 or 11156046. OLE color: 11156046.

HSL color Cylindrical-coordinate representation of color #4E3AAA: hue angle of 250.71º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3AAA is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 78 58 170 -
CMYK 0.54 0.66 0 0.33
HSL 250.71º 0.49% 0.45% -
HSV(B) 250.71º 0.66% 0.67% -
XYZ 11.91 7.55 38.86 -
YUV 76.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 78 58 170 0.54 0.66 0 0.33 250.71 0.49 0.45
Hex 4E 3A AA 36 42 0 21 FB 31 2D
Octal 116 72 252 66 102 0 41 373 61 55
Binary 1001110 111010 10101010 110110 1000010 0 100001 11111011 110001 101101

Color Harmonies of #4E3AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3AAA

Black with #4E3AAA

Text Example


Text Example

White with #4E3AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,58,170); }

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

background-color css

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

 a { background-color: rgb(78,58,170); }

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

border-color css

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

 span { border-color: rgb(78,58,170); }

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