Html Css Color HEX #4E259A Blue Gem

📋 copy color: '#4E259A'

red 78 ◦ green 37 ◦ blue 154

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

Shades of Blue Gem #4E259A

Tints of Blue Gem #4E259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.25%

R = 29%
G = 13.75%
B = 57.25%

CMYK

 C value IS 0.49

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E259A (or 0x4E259A) is known color: Blue Gem. HEX triplet: 4E, 25 and 9A. RGB value is (78,37,154). Sum of RGB (Red+Green+Blue) = 78+37+154=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E259A is #B1DA65. Grayscale: #3E3E3E. Windows color (decimal): -11655782 or 10102094. OLE color: 10102094.

HSL color Cylindrical-coordinate representation of color #4E259A: hue angle of 261.03º 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 #4E259A is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 37 154 -
CMYK 0.49 0.76 0 0.40
HSL 261.03º 0.61% 0.37% -
HSV(B) 261.03º 0.76% 0.6% -
XYZ 9.64 5.28 31.08 -
YUV 62.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 78 37 154 0.49 0.76 0 0.40 261.03 0.61 0.37
Hex 4E 25 9A 31 4C 0 28 105 3D 25
Octal 116 45 232 61 114 0 50 405 75 45
Binary 1001110 100101 10011010 110001 1001100 0 101000 100000101 111101 100101

Color Harmonies of #4E259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E259A

Black with #4E259A

Text Example


Text Example

White with #4E259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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