Html Css Color HEX #4E389C Blue Gem

📋 copy color: '#4E389C'

red 78 ◦ green 56 ◦ blue 156

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

Shades of Blue Gem #4E389C

Tints of Blue Gem #4E389C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 156 (61.33% from 255) = 53.79%

R = 26.9%
G = 19.31%
B = 53.79%

CMYK

 C value IS 0.5

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E389C (or 0x4E389C) is known color: Blue Gem. HEX triplet: 4E, 38 and 9C. RGB value is (78,56,156). Sum of RGB (Red+Green+Blue) = 78+56+156=290 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.90% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E389C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E389C is #B1C763. Grayscale: #494949. Windows color (decimal): -11650916 or 10238030. OLE color: 10238030.

HSL color Cylindrical-coordinate representation of color #4E389C: hue angle of 253.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E389C is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 56 156 -
CMYK 0.5 0.64 0 0.39
HSL 253.2º 0.47% 0.42% -
HSV(B) 253.2º 0.64% 0.61% -
XYZ 10.56 6.85 32.22 -
YUV 73.98 174.29 130.87 -
System Red Green Blue C M Y K H S L
Decimal 78 56 156 0.5 0.64 0 0.39 253.2 0.47 0.42
Hex 4E 38 9C 32 40 0 27 FD 2F 2A
Octal 116 70 234 62 100 0 47 375 57 52
Binary 1001110 111000 10011100 110010 1000000 0 100111 11111101 101111 101010

Color Harmonies of #4E389C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E389C

Black with #4E389C

Text Example


Text Example

White with #4E389C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,56,156); }

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

background-color css

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

 a { background-color: rgb(78,56,156); }

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

border-color css

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

 span { border-color: rgb(78,56,156); }

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