Html Css Color HEX #4E3992 Blue Gem

📋 copy color: '#4E3992'

red 78 ◦ green 57 ◦ blue 146

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

Shades of Blue Gem #4E3992

Tints of Blue Gem #4E3992

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 146 (57.42% from 255) = 51.96%

R = 27.76%
G = 20.28%
B = 51.96%

CMYK

 C value IS 0.47

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E3992 (or 0x4E3992) is known color: Blue Gem. HEX triplet: 4E, 39 and 92. RGB value is (78,57,146). Sum of RGB (Red+Green+Blue) = 78+57+146=281 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.76% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E3992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3992 is #B1C66D. Grayscale: #494949. Windows color (decimal): -11650670 or 9582926. OLE color: 9582926.

HSL color Cylindrical-coordinate representation of color #4E3992: hue angle of 254.16º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E3992 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 57 146 -
CMYK 0.47 0.61 0 0.43
HSL 254.16º 0.44% 0.4% -
HSV(B) 254.16º 0.61% 0.57% -
XYZ 9.79 6.62 27.96 -
YUV 73.43 168.96 131.26 -
System Red Green Blue C M Y K H S L
Decimal 78 57 146 0.47 0.61 0 0.43 254.16 0.44 0.4
Hex 4E 39 92 2F 3D 0 2B FE 2C 28
Octal 116 71 222 57 75 0 53 376 54 50
Binary 1001110 111001 10010010 101111 111101 0 101011 11111110 101100 101000

Color Harmonies of #4E3992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3992

Black with #4E3992

Text Example


Text Example

White with #4E3992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,57,146); }

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

background-color css

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

 a { background-color: rgb(78,57,146); }

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

border-color css

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

 span { border-color: rgb(78,57,146); }

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