Html Css Color HEX #4E289B Blue Gem

📋 copy color: '#4E289B'

red 78 ◦ green 40 ◦ blue 155

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

Shades of Blue Gem #4E289B

Tints of Blue Gem #4E289B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 28.57%
G = 14.65%
B = 56.78%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E289B (or 0x4E289B) is known color: Blue Gem. HEX triplet: 4E, 28 and 9B. RGB value is (78,40,155). Sum of RGB (Red+Green+Blue) = 78+40+155=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E289B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E289B is #B1D764. Grayscale: #404040. Windows color (decimal): -11655013 or 10168398. OLE color: 10168398.

HSL color Cylindrical-coordinate representation of color #4E289B: hue angle of 259.83º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E289B is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 40 155 -
CMYK 0.50 0.74 0 0.39
HSL 259.83º 0.59% 0.38% -
HSV(B) 259.83º 0.74% 0.61% -
XYZ 9.82 5.5 31.56 -
YUV 64.47 179.09 137.65 -
System Red Green Blue C M Y K H S L
Decimal 78 40 155 0.50 0.74 0 0.39 259.83 0.59 0.38
Hex 4E 28 9B 32 4A 0 27 104 3B 26
Octal 116 50 233 62 112 0 47 404 73 46
Binary 1001110 101000 10011011 110010 1001010 0 100111 100000100 111011 100110

Color Harmonies of #4E289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E289B

Black with #4E289B

Text Example


Text Example

White with #4E289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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