Html Css Color HEX #4E418A Blue Gem

📋 copy color: '#4E418A'

red 78 ◦ green 65 ◦ blue 138

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

Shades of Blue Gem #4E418A

Tints of Blue Gem #4E418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 49.11%

R = 27.76%
G = 23.13%
B = 49.11%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4E418A (or 0x4E418A) is known color: Blue Gem. HEX triplet: 4E, 41 and 8A. RGB value is (78,65,138). Sum of RGB (Red+Green+Blue) = 78+65+138=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E418A is #B1BE75. Grayscale: #4C4C4C. Windows color (decimal): -11648630 or 9060686. OLE color: 9060686.

HSL color Cylindrical-coordinate representation of color #4E418A: hue angle of 250.68º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E418A is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 78 65 138 -
CMYK 0.43 0.53 0 0.46
HSL 250.68º 0.36% 0.4% -
HSV(B) 250.68º 0.53% 0.54% -
XYZ 9.62 7.24 24.93 -
YUV 77.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 78 65 138 0.43 0.53 0 0.46 250.68 0.36 0.4
Hex 4E 41 8A 2B 35 0 2E FB 24 28
Octal 116 101 212 53 65 0 56 373 44 50
Binary 1001110 1000001 10001010 101011 110101 0 101110 11111011 100100 101000

Color Harmonies of #4E418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E418A

Black with #4E418A

Text Example


Text Example

White with #4E418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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