Html Css Color HEX #4E4592 Blue Gem

📋 copy color: '#4E4592'

red 78 ◦ green 69 ◦ blue 146

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

Shades of Blue Gem #4E4592

Tints of Blue Gem #4E4592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.55%

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

R = 26.62%
G = 23.55%
B = 49.83%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E4592 (or 0x4E4592) is known color: Blue Gem. HEX triplet: 4E, 45 and 92. RGB value is (78,69,146). Sum of RGB (Red+Green+Blue) = 78+69+146=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E4592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4592 is #B1BA6D. Grayscale: #505050. Windows color (decimal): -11647598 or 9585998. OLE color: 9585998.

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

Color convert

RGB 78 69 146 -
CMYK 0.47 0.53 0 0.43
HSL 247.01º 0.36% 0.42% -
HSV(B) 247.01º 0.53% 0.57% -
XYZ 10.46 7.95 28.18 -
YUV 80.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 78 69 146 0.47 0.53 0 0.43 247.01 0.36 0.42
Hex 4E 45 92 2F 35 0 2B F7 24 2A
Octal 116 105 222 57 65 0 53 367 44 52
Binary 1001110 1000101 10010010 101111 110101 0 101011 11110111 100100 101010

Color Harmonies of #4E4592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4592

Black with #4E4592

Text Example


Text Example

White with #4E4592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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