Html Css Color HEX #4E319E Blue Gem

📋 copy color: '#4E319E'

red 78 ◦ green 49 ◦ blue 158

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

Shades of Blue Gem #4E319E

Tints of Blue Gem #4E319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 55.44%

R = 27.37%
G = 17.19%
B = 55.44%

CMYK

 C value IS 0.51

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E319E (or 0x4E319E) is known color: Blue Gem. HEX triplet: 4E, 31 and 9E. RGB value is (78,49,158). Sum of RGB (Red+Green+Blue) = 78+49+158=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 158 (62.11% from 255 or 55.44% from 285); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E319E is #B1CE61. Grayscale: #454545. Windows color (decimal): -11652706 or 10367310. OLE color: 10367310.

HSL color Cylindrical-coordinate representation of color #4E319E: hue angle of 255.96º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E319E is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 49 158 -
CMYK 0.51 0.69 0 0.38
HSL 255.96º 0.53% 0.41% -
HSV(B) 255.96º 0.69% 0.62% -
XYZ 10.41 6.28 33.01 -
YUV 70.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 78 49 158 0.51 0.69 0 0.38 255.96 0.53 0.41
Hex 4E 31 9E 33 45 0 26 100 35 29
Octal 116 61 236 63 105 0 46 400 65 51
Binary 1001110 110001 10011110 110011 1000101 0 100110 100000000 110101 101001

Color Harmonies of #4E319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E319E

Black with #4E319E

Text Example


Text Example

White with #4E319E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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