Html Css Color HEX #4E2599 Blue Gem

📋 copy color: '#4E2599'

red 78 ◦ green 37 ◦ blue 153

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

Shades of Blue Gem #4E2599

Tints of Blue Gem #4E2599

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.81%

 BLUE value IS 153 (60.16% from 255) = 57.09%

R = 29.1%
G = 13.81%
B = 57.09%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4E2599 (or 0x4E2599) is known color: Blue Gem. HEX triplet: 4E, 25 and 99. RGB value is (78,37,153). Sum of RGB (Red+Green+Blue) = 78+37+153=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E2599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2599 is #B1DA66. Grayscale: #3E3E3E. Windows color (decimal): -11655783 or 10036558. OLE color: 10036558.

HSL color Cylindrical-coordinate representation of color #4E2599: hue angle of 261.21º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E2599 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 78 37 153 -
CMYK 0.49 0.76 0 0.4
HSL 261.21º 0.61% 0.37% -
HSV(B) 261.21º 0.76% 0.6% -
XYZ 9.55 5.24 30.65 -
YUV 62.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 78 37 153 0.49 0.76 0 0.4 261.21 0.61 0.37
Hex 4E 25 99 31 4C 0 28 105 3D 25
Octal 116 45 231 61 114 0 50 405 75 45
Binary 1001110 100101 10011001 110001 1001100 0 101000 100000101 111101 100101

Color Harmonies of #4E2599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2599

Black with #4E2599

Text Example


Text Example

White with #4E2599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,37,153); }

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

background-color css

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

 a { background-color: rgb(78,37,153); }

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

border-color css

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

 span { border-color: rgb(78,37,153); }

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