Html Css Color HEX #4E338D Blue Gem

📋 copy color: '#4E338D'

red 78 ◦ green 51 ◦ blue 141

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

Shades of Blue Gem #4E338D

Tints of Blue Gem #4E338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.89%

 BLUE value IS 141 (55.47% from 255) = 52.22%

R = 28.89%
G = 18.89%
B = 52.22%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E338D (or 0x4E338D) is known color: Blue Gem. HEX triplet: 4E, 33 and 8D. RGB value is (78,51,141). Sum of RGB (Red+Green+Blue) = 78+51+141=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E338D is #B1CC72. Grayscale: #454545. Windows color (decimal): -11652211 or 9253710. OLE color: 9253710.

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

Color convert

RGB 78 51 141 -
CMYK 0.45 0.64 0 0.45
HSL 258º 0.47% 0.38% -
HSV(B) 258º 0.64% 0.55% -
XYZ 9.13 5.91 25.86 -
YUV 69.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 78 51 141 0.45 0.64 0 0.45 258 0.47 0.38
Hex 4E 33 8D 2D 40 0 2D 102 2F 26
Octal 116 63 215 55 100 0 55 402 57 46
Binary 1001110 110011 10001101 101101 1000000 0 101101 100000010 101111 100110

Color Harmonies of #4E338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E338D

Black with #4E338D

Text Example


Text Example

White with #4E338D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,51,141); }

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

background-color css

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

 a { background-color: rgb(78,51,141); }

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

border-color css

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

 span { border-color: rgb(78,51,141); }

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