Html Css Color HEX #4E2895 Blue Gem

📋 copy color: '#4E2895'

red 78 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #4E2895

Tints of Blue Gem #4E2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

 BLUE value IS 149 (58.59% from 255) = 55.81%

R = 29.21%
G = 14.98%
B = 55.81%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E2895 (or 0x4E2895) is known color: Blue Gem. HEX triplet: 4E, 28 and 95. RGB value is (78,40,149). Sum of RGB (Red+Green+Blue) = 78+40+149=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2895 is #B1D76A. Grayscale: #3F3F3F. Windows color (decimal): -11655019 or 9775182. OLE color: 9775182.

HSL color Cylindrical-coordinate representation of color #4E2895: hue angle of 260.92º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E2895 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 40 149 -
CMYK 0.48 0.73 0 0.42
HSL 260.92º 0.58% 0.37% -
HSV(B) 260.92º 0.73% 0.58% -
XYZ 9.33 5.31 28.97 -
YUV 63.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 78 40 149 0.48 0.73 0 0.42 260.92 0.58 0.37
Hex 4E 28 95 30 49 0 2A 105 3A 25
Octal 116 50 225 60 111 0 52 405 72 45
Binary 1001110 101000 10010101 110000 1001001 0 101010 100000101 111010 100101

Color Harmonies of #4E2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2895

Black with #4E2895

Text Example


Text Example

White with #4E2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,40,149); }

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

background-color css

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

 a { background-color: rgb(78,40,149); }

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

border-color css

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

 span { border-color: rgb(78,40,149); }

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