Html Css Color HEX #4E3292 Blue Gem

📋 copy color: '#4E3292'

red 78 ◦ green 50 ◦ blue 146

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

Shades of Blue Gem #4E3292

Tints of Blue Gem #4E3292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.28%

R = 28.47%
G = 18.25%
B = 53.28%

CMYK

 C value IS 0.47

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E3292 (or 0x4E3292) is known color: Blue Gem. HEX triplet: 4E, 32 and 92. RGB value is (78,50,146). Sum of RGB (Red+Green+Blue) = 78+50+146=274 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.47% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E3292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3292 is #B1CD6D. Grayscale: #444444. Windows color (decimal): -11652462 or 9581134. OLE color: 9581134.

HSL color Cylindrical-coordinate representation of color #4E3292: hue angle of 257.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3292 is Cyan = 0.47, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 50 146 -
CMYK 0.47 0.66 0 0.43
HSL 257.5º 0.49% 0.38% -
HSV(B) 257.5º 0.66% 0.57% -
XYZ 9.47 5.98 27.85 -
YUV 69.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 78 50 146 0.47 0.66 0 0.43 257.5 0.49 0.38
Hex 4E 32 92 2F 42 0 2B 102 31 26
Octal 116 62 222 57 102 0 53 402 61 46
Binary 1001110 110010 10010010 101111 1000010 0 101011 100000010 110001 100110

Color Harmonies of #4E3292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3292

Black with #4E3292

Text Example


Text Example

White with #4E3292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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