Html Css Color HEX #4E249B Blue Gem

📋 copy color: '#4E249B'

red 78 ◦ green 36 ◦ blue 155

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

Shades of Blue Gem #4E249B

Tints of Blue Gem #4E249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 29%
G = 13.38%
B = 57.62%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E249B (or 0x4E249B) is known color: Blue Gem. HEX triplet: 4E, 24 and 9B. RGB value is (78,36,155). Sum of RGB (Red+Green+Blue) = 78+36+155=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E249B is #B1DB64. Grayscale: #3D3D3D. Windows color (decimal): -11656037 or 10167374. OLE color: 10167374.

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

Color convert

RGB 78 36 155 -
CMYK 0.50 0.77 0 0.39
HSL 261.18º 0.62% 0.37% -
HSV(B) 261.18º 0.77% 0.61% -
XYZ 9.69 5.25 31.51 -
YUV 62.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 78 36 155 0.50 0.77 0 0.39 261.18 0.62 0.37
Hex 4E 24 9B 32 4D 0 27 105 3E 25
Octal 116 44 233 62 115 0 47 405 76 45
Binary 1001110 100100 10011011 110010 1001101 0 100111 100000101 111110 100101

Color Harmonies of #4E249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E249B

Black with #4E249B

Text Example


Text Example

White with #4E249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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