Html Css Color HEX #4E3CAD Blue Gem

📋 copy color: '#4E3CAD'

red 78 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #4E3CAD

Tints of Blue Gem #4E3CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.63%

R = 25.08%
G = 19.29%
B = 55.63%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E3CAD (or 0x4E3CAD) is known color: Blue Gem. HEX triplet: 4E, 3C and AD. RGB value is (78,60,173). Sum of RGB (Red+Green+Blue) = 78+60+173=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E3CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CAD is #B1C352. Grayscale: #4D4D4D. Windows color (decimal): -11649875 or 11353166. OLE color: 11353166.

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

Color convert

RGB 78 60 173 -
CMYK 0.55 0.65 0 0.32
HSL 249.56º 0.48% 0.46% -
HSV(B) 249.56º 0.65% 0.68% -
XYZ 12.3 7.87 40.41 -
YUV 78.26 181.46 127.81 -
System Red Green Blue C M Y K H S L
Decimal 78 60 173 0.55 0.65 0 0.32 249.56 0.48 0.46
Hex 4E 3C AD 37 41 0 20 FA 30 2E
Octal 116 74 255 67 101 0 40 372 60 56
Binary 1001110 111100 10101101 110111 1000001 0 100000 11111010 110000 101110

Color Harmonies of #4E3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CAD

Black with #4E3CAD

Text Example


Text Example

White with #4E3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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