#4E4092

Color #4E4092 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #4E4092

Tints of Blue Gem #4E4092

Color information

#4E4092 (or 0x4E4092) is unknown color: approx Blue Gem. HEX triplet: 4E, 40 and 92. RGB value is (78,64,146). Sum of RGB (Red+Green+Blue) = 78+64+146=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 146 (57.42% from 255 or 50.69% from 288); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E4092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4092 is #B1BF6D. Grayscale: #4D4D4D. Windows color (decimal): -11648878 or 9584718. OLE color: 9584718.

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

Color convert

RGB7864146-
CMYK0.470.5600.43
HSL250.24º39.05%41.18%-
HSV(B)250.24º56.16%57.25%-
XYZ10.167.3628.08-
YUV77.53166.64128.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 146 (57.42% from 255) = 50.69%
R=27.08%
G=22.22%
B=50.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78641460.470.5600.43250.2439.0541.18
Hex4E40922F3802Bfa2729
Octal11610022257700533724751
Binary1001110100000010010010101111111000010101111111010100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E4092;
 }
 .AnyTagClassName
 {
   color: #4E4092;
 }
</style>
background-color css

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

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

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

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

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

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