Html Css Color HEX #4E319A Blue Gem

📋 copy color: '#4E319A'

red 78 ◦ green 49 ◦ blue 154

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

Shades of Blue Gem #4E319A

Tints of Blue Gem #4E319A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 27.76%
G = 17.44%
B = 54.8%

CMYK

 C value IS 0.49

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E319A (or 0x4E319A) is known color: Blue Gem. HEX triplet: 4E, 31 and 9A. RGB value is (78,49,154). Sum of RGB (Red+Green+Blue) = 78+49+154=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 154 (60.55% from 255 or 54.80% from 281); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E319A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E319A is #B1CE65. Grayscale: #454545. Windows color (decimal): -11652710 or 10105166. OLE color: 10105166.

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

Color convert

RGB 78 49 154 -
CMYK 0.49 0.68 0 0.40
HSL 256.57º 0.52% 0.4% -
HSV(B) 256.57º 0.68% 0.6% -
XYZ 10.07 6.15 31.23 -
YUV 69.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 78 49 154 0.49 0.68 0 0.40 256.57 0.52 0.4
Hex 4E 31 9A 31 44 0 28 101 34 28
Octal 116 61 232 61 104 0 50 401 64 50
Binary 1001110 110001 10011010 110001 1000100 0 101000 100000001 110100 101000

Color Harmonies of #4E319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E319A

Black with #4E319A

Text Example


Text Example

White with #4E319A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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