Html Css Color HEX #4E358B Blue Gem

📋 copy color: '#4E358B'

red 78 ◦ green 53 ◦ blue 139

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

Shades of Blue Gem #4E358B

Tints of Blue Gem #4E358B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

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

R = 28.89%
G = 19.63%
B = 51.48%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E358B (or 0x4E358B) is known color: Blue Gem. HEX triplet: 4E, 35 and 8B. RGB value is (78,53,139). Sum of RGB (Red+Green+Blue) = 78+53+139=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E358B is #B1CA74. Grayscale: #454545. Windows color (decimal): -11651701 or 9123150. OLE color: 9123150.

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

Color convert

RGB 78 53 139 -
CMYK 0.44 0.62 0 0.45
HSL 257.44º 0.45% 0.38% -
HSV(B) 257.44º 0.62% 0.55% -
XYZ 9.08 6.03 25.11 -
YUV 70.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 78 53 139 0.44 0.62 0 0.45 257.44 0.45 0.38
Hex 4E 35 8B 2C 3E 0 2D 101 2D 26
Octal 116 65 213 54 76 0 55 401 55 46
Binary 1001110 110101 10001011 101100 111110 0 101101 100000001 101101 100110

Color Harmonies of #4E358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E358B

Black with #4E358B

Text Example


Text Example

White with #4E358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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