Html Css Color HEX #4E408C Blue Gem

📋 copy color: '#4E408C'

red 78 ◦ green 64 ◦ blue 140

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

Shades of Blue Gem #4E408C

Tints of Blue Gem #4E408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

 BLUE value IS 140 (55.08% from 255) = 49.65%

R = 27.66%
G = 22.7%
B = 49.65%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E408C (or 0x4E408C) is known color: Blue Gem. HEX triplet: 4E, 40 and 8C. RGB value is (78,64,140). Sum of RGB (Red+Green+Blue) = 78+64+140=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E408C is #B1BF73. Grayscale: #4C4C4C. Windows color (decimal): -11648884 or 9191502. OLE color: 9191502.

HSL color Cylindrical-coordinate representation of color #4E408C: hue angle of 251.05º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E408C is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 64 140 -
CMYK 0.44 0.54 0 0.45
HSL 251.05º 0.37% 0.4% -
HSV(B) 251.05º 0.54% 0.55% -
XYZ 9.71 7.18 25.69 -
YUV 76.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 78 64 140 0.44 0.54 0 0.45 251.05 0.37 0.4
Hex 4E 40 8C 2C 36 0 2D FB 25 28
Octal 116 100 214 54 66 0 55 373 45 50
Binary 1001110 1000000 10001100 101100 110110 0 101101 11111011 100101 101000

Color Harmonies of #4E408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E408C

Black with #4E408C

Text Example


Text Example

White with #4E408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,64,140); }

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

background-color css

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

 a { background-color: rgb(78,64,140); }

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

border-color css

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

 span { border-color: rgb(78,64,140); }

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