#4E4290

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

Shades of Blue Gem #4E4290

Tints of Blue Gem #4E4290

Color information

#4E4290 (or 0x4E4290) is unknown color: approx Blue Gem. HEX triplet: 4E, 42 and 90. RGB value is (78,66,144). Sum of RGB (Red+Green+Blue) = 78+66+144=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E4290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4290 is #B1BD6F. Grayscale: #4E4E4E. Windows color (decimal): -11648368 or 9454158. OLE color: 9454158.

HSL color Cylindrical-coordinate representation of color #4E4290: hue angle of 249.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E4290 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7866144-
CMYK0.460.5400.44
HSL249.23º37.14%41.18%-
HSV(B)249.23º54.17%56.47%-
XYZ10.127.5327.31-
YUV78.48164.98127.66-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.08%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 144 (56.64% from 255) = 50%
R=27.08%
G=22.92%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78661440.460.5400.44249.2337.1441.18
Hex4E42902E3602Cf92529
Octal11610222056660543714551
Binary1001110100001010010000101110110110010110011111001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,66,144); }

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

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

 a { background-color: rgb(78,66,144); }

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

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

 span { border-color: rgb(78,66,144); }

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