Html Css Color HEX #4E419D Blue Gem

📋 copy color: '#4E419D'

red 78 ◦ green 65 ◦ blue 157

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

Shades of Blue Gem #4E419D

Tints of Blue Gem #4E419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 26%
G = 21.67%
B = 52.33%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E419D (or 0x4E419D) is known color: Blue Gem. HEX triplet: 4E, 41 and 9D. RGB value is (78,65,157). Sum of RGB (Red+Green+Blue) = 78+65+157=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E419D is #B1BE62. Grayscale: #4F4F4F. Windows color (decimal): -11648611 or 10305870. OLE color: 10305870.

HSL color Cylindrical-coordinate representation of color #4E419D: hue angle of 248.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E419D is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 65 157 -
CMYK 0.50 0.59 0 0.38
HSL 248.48º 0.41% 0.44% -
HSV(B) 248.48º 0.59% 0.62% -
XYZ 11.12 7.83 32.82 -
YUV 79.38 171.81 127.02 -
System Red Green Blue C M Y K H S L
Decimal 78 65 157 0.50 0.59 0 0.38 248.48 0.41 0.44
Hex 4E 41 9D 32 3B 0 26 F8 29 2C
Octal 116 101 235 62 73 0 46 370 51 54
Binary 1001110 1000001 10011101 110010 111011 0 100110 11111000 101001 101100

Color Harmonies of #4E419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E419D

Black with #4E419D

Text Example


Text Example

White with #4E419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,65,157); }

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

background-color css

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

 a { background-color: rgb(78,65,157); }

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

border-color css

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

 span { border-color: rgb(78,65,157); }

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