Html Css Color HEX #4E309A Blue Gem

📋 copy color: '#4E309A'

red 78 ◦ green 48 ◦ blue 154

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

Shades of Blue Gem #4E309A

Tints of Blue Gem #4E309A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 27.86%
G = 17.14%
B = 55%

CMYK

 C value IS 0.49

 M value IS 0.69

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E309A (or 0x4E309A) is known color: Blue Gem. HEX triplet: 4E, 30 and 9A. RGB value is (78,48,154). Sum of RGB (Red+Green+Blue) = 78+48+154=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E309A is #B1CF65. Grayscale: #444444. Windows color (decimal): -11652966 or 10104910. OLE color: 10104910.

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

Color convert

RGB 78 48 154 -
CMYK 0.49 0.69 0 0.40
HSL 256.98º 0.52% 0.4% -
HSV(B) 256.98º 0.69% 0.6% -
XYZ 10.03 6.07 31.21 -
YUV 69.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 78 48 154 0.49 0.69 0 0.40 256.98 0.52 0.4
Hex 4E 30 9A 31 45 0 28 101 34 28
Octal 116 60 232 61 105 0 50 401 64 50
Binary 1001110 110000 10011010 110001 1000101 0 101000 100000001 110100 101000

Color Harmonies of #4E309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E309A

Black with #4E309A

Text Example


Text Example

White with #4E309A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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