Html Css Color HEX #4E3CAF Blue Gem

📋 copy color: '#4E3CAF'

red 78 ◦ green 60 ◦ blue 175

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

Shades of Blue Gem #4E3CAF

Tints of Blue Gem #4E3CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 24.92%
G = 19.17%
B = 55.91%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4E3CAF (or 0x4E3CAF) is known color: Blue Gem. HEX triplet: 4E, 3C and AF. RGB value is (78,60,175). Sum of RGB (Red+Green+Blue) = 78+60+175=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CAF is #B1C350. Grayscale: #4E4E4E. Windows color (decimal): -11649873 or 11484238. OLE color: 11484238.

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

Color convert

RGB 78 60 175 -
CMYK 0.55 0.66 0 0.31
HSL 249.39º 0.49% 0.46% -
HSV(B) 249.39º 0.66% 0.69% -
XYZ 12.5 7.95 41.43 -
YUV 78.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 78 60 175 0.55 0.66 0 0.31 249.39 0.49 0.46
Hex 4E 3C AF 37 42 0 1F F9 31 2E
Octal 116 74 257 67 102 0 37 371 61 56
Binary 1001110 111100 10101111 110111 1000010 0 11111 11111001 110001 101110

Color Harmonies of #4E3CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3CAF

Black with #4E3CAF

Text Example


Text Example

White with #4E3CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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