Html Css Color HEX #4E3CAE Blue Gem

📋 copy color: '#4E3CAE'

red 78 ◦ green 60 ◦ blue 174

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

Shades of Blue Gem #4E3CAE

Tints of Blue Gem #4E3CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.23%

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 25%
G = 19.23%
B = 55.77%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E3CAE (or 0x4E3CAE) is known color: Blue Gem. HEX triplet: 4E, 3C and AE. RGB value is (78,60,174). Sum of RGB (Red+Green+Blue) = 78+60+174=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CAE is #B1C351. Grayscale: #4D4D4D. Windows color (decimal): -11649874 or 11418702. OLE color: 11418702.

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

Color convert

RGB 78 60 174 -
CMYK 0.55 0.66 0 0.32
HSL 249.47º 0.49% 0.46% -
HSV(B) 249.47º 0.66% 0.68% -
XYZ 12.4 7.91 40.92 -
YUV 78.38 181.96 127.73 -
System Red Green Blue C M Y K H S L
Decimal 78 60 174 0.55 0.66 0 0.32 249.47 0.49 0.46
Hex 4E 3C AE 37 42 0 20 F9 31 2E
Octal 116 74 256 67 102 0 40 371 61 56
Binary 1001110 111100 10101110 110111 1000010 0 100000 11111001 110001 101110

Color Harmonies of #4E3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CAE

Black with #4E3CAE

Text Example


Text Example

White with #4E3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,60,174); }

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

background-color css

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

 a { background-color: rgb(78,60,174); }

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

border-color css

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

 span { border-color: rgb(78,60,174); }

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