Html Css Color HEX #4E3A9D Blue Gem

📋 copy color: '#4E3A9D'

red 78 ◦ green 58 ◦ blue 157

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

Shades of Blue Gem #4E3A9D

Tints of Blue Gem #4E3A9D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.8%

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

R = 26.62%
G = 19.8%
B = 53.58%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E3A9D (or 0x4E3A9D) is known color: Blue Gem. HEX triplet: 4E, 3A and 9D. RGB value is (78,58,157). Sum of RGB (Red+Green+Blue) = 78+58+157=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E3A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3A9D is #B1C562. Grayscale: #4A4A4A. Windows color (decimal): -11650403 or 10304078. OLE color: 10304078.

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

Color convert

RGB 78 58 157 -
CMYK 0.50 0.63 0 0.38
HSL 252.12º 0.46% 0.42% -
HSV(B) 252.12º 0.63% 0.62% -
XYZ 10.74 7.08 32.7 -
YUV 75.27 174.13 129.95 -
System Red Green Blue C M Y K H S L
Decimal 78 58 157 0.50 0.63 0 0.38 252.12 0.46 0.42
Hex 4E 3A 9D 32 3F 0 26 FC 2E 2A
Octal 116 72 235 62 77 0 46 374 56 52
Binary 1001110 111010 10011101 110010 111111 0 100110 11111100 101110 101010

Color Harmonies of #4E3A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3A9D

Black with #4E3A9D

Text Example


Text Example

White with #4E3A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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