Html Css Color HEX #4E379A Blue Gem

📋 copy color: '#4E379A'

red 78 ◦ green 55 ◦ blue 154

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

Shades of Blue Gem #4E379A

Tints of Blue Gem #4E379A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.16%

 BLUE value IS 154 (60.55% from 255) = 53.66%

R = 27.18%
G = 19.16%
B = 53.66%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E379A (or 0x4E379A) is known color: Blue Gem. HEX triplet: 4E, 37 and 9A. RGB value is (78,55,154). Sum of RGB (Red+Green+Blue) = 78+55+154=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 55 (21.88% from 255 or 19.16% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E379A is #B1C865. Grayscale: #484848. Windows color (decimal): -11651174 or 10106702. OLE color: 10106702.

HSL color Cylindrical-coordinate representation of color #4E379A: hue angle of 253.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E379A is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 55 154 -
CMYK 0.49 0.64 0 0.40
HSL 253.94º 0.47% 0.41% -
HSV(B) 253.94º 0.64% 0.6% -
XYZ 10.34 6.69 31.32 -
YUV 73.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 78 55 154 0.49 0.64 0 0.40 253.94 0.47 0.41
Hex 4E 37 9A 31 40 0 28 FE 2F 29
Octal 116 67 232 61 100 0 50 376 57 51
Binary 1001110 110111 10011010 110001 1000000 0 101000 11111110 101111 101001

Color Harmonies of #4E379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E379A

Black with #4E379A

Text Example


Text Example

White with #4E379A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,55,154); }

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

background-color css

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

 a { background-color: rgb(78,55,154); }

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

border-color css

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

 span { border-color: rgb(78,55,154); }

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