Html Css Color HEX #4E3CAC Blue Gem

📋 copy color: '#4E3CAC'

red 78 ◦ green 60 ◦ blue 172

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

Shades of Blue Gem #4E3CAC

Tints of Blue Gem #4E3CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 25.16%
G = 19.35%
B = 55.48%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E3CAC (or 0x4E3CAC) is known color: Blue Gem. HEX triplet: 4E, 3C and AC. RGB value is (78,60,172). Sum of RGB (Red+Green+Blue) = 78+60+172=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E3CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CAC is #B1C353. Grayscale: #4D4D4D. Windows color (decimal): -11649876 or 11287630. OLE color: 11287630.

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

Color convert

RGB 78 60 172 -
CMYK 0.55 0.65 0 0.33
HSL 249.64º 0.48% 0.45% -
HSV(B) 249.64º 0.65% 0.67% -
XYZ 12.2 7.83 39.9 -
YUV 78.15 180.96 127.89 -
System Red Green Blue C M Y K H S L
Decimal 78 60 172 0.55 0.65 0 0.33 249.64 0.48 0.45
Hex 4E 3C AC 37 41 0 21 FA 30 2D
Octal 116 74 254 67 101 0 41 372 60 55
Binary 1001110 111100 10101100 110111 1000001 0 100001 11111010 110000 101101

Color Harmonies of #4E3CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CAC

Black with #4E3CAC

Text Example


Text Example

White with #4E3CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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