Html Css Color HEX #4E318B Blue Gem

📋 copy color: '#4E318B'

red 78 ◦ green 49 ◦ blue 139

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

Shades of Blue Gem #4E318B

Tints of Blue Gem #4E318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 139 (54.69% from 255) = 52.26%

R = 29.32%
G = 18.42%
B = 52.26%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E318B (or 0x4E318B) is known color: Blue Gem. HEX triplet: 4E, 31 and 8B. RGB value is (78,49,139). Sum of RGB (Red+Green+Blue) = 78+49+139=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E318B is #B1CE74. Grayscale: #434343. Windows color (decimal): -11652725 or 9122126. OLE color: 9122126.

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

Color convert

RGB 78 49 139 -
CMYK 0.44 0.65 0 0.45
HSL 259.33º 0.48% 0.37% -
HSV(B) 259.33º 0.65% 0.55% -
XYZ 8.9 5.68 25.05 -
YUV 67.93 168.11 135.18 -
System Red Green Blue C M Y K H S L
Decimal 78 49 139 0.44 0.65 0 0.45 259.33 0.48 0.37
Hex 4E 31 8B 2C 41 0 2D 103 30 25
Octal 116 61 213 54 101 0 55 403 60 45
Binary 1001110 110001 10001011 101100 1000001 0 101101 100000011 110000 100101

Color Harmonies of #4E318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E318B

Black with #4E318B

Text Example


Text Example

White with #4E318B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,49,139); }

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

background-color css

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

 a { background-color: rgb(78,49,139); }

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

border-color css

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

 span { border-color: rgb(78,49,139); }

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