Html Css Color HEX #4E329C Blue Gem

📋 copy color: '#4E329C'

red 78 ◦ green 50 ◦ blue 156

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

Shades of Blue Gem #4E329C

Tints of Blue Gem #4E329C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.61%

 BLUE value IS 156 (61.33% from 255) = 54.93%

R = 27.46%
G = 17.61%
B = 54.93%

CMYK

 C value IS 0.5

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E329C (or 0x4E329C) is known color: Blue Gem. HEX triplet: 4E, 32 and 9C. RGB value is (78,50,156). Sum of RGB (Red+Green+Blue) = 78+50+156=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E329C is #B1CD63. Grayscale: #464646. Windows color (decimal): -11652452 or 10236494. OLE color: 10236494.

HSL color Cylindrical-coordinate representation of color #4E329C: hue angle of 255.85º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E329C is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 50 156 -
CMYK 0.5 0.68 0 0.39
HSL 255.85º 0.51% 0.4% -
HSV(B) 255.85º 0.68% 0.61% -
XYZ 10.28 6.3 32.13 -
YUV 70.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 78 50 156 0.5 0.68 0 0.39 255.85 0.51 0.4
Hex 4E 32 9C 32 44 0 27 100 33 28
Octal 116 62 234 62 104 0 47 400 63 50
Binary 1001110 110010 10011100 110010 1000100 0 100111 100000000 110011 101000

Color Harmonies of #4E329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E329C

Black with #4E329C

Text Example


Text Example

White with #4E329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,50,156); }

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

background-color css

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

 a { background-color: rgb(78,50,156); }

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

border-color css

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

 span { border-color: rgb(78,50,156); }

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