#4E4590

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

Shades of Blue Gem #4E4590

Tints of Blue Gem #4E4590

Color information

#4E4590 (or 0x4E4590) is unknown color: approx Blue Gem. HEX triplet: 4E, 45 and 90. RGB value is (78,69,144). Sum of RGB (Red+Green+Blue) = 78+69+144=291 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.80% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E4590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4590 is #B1BA6F. Grayscale: #4F4F4F. Windows color (decimal): -11647600 or 9454926. OLE color: 9454926.

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

Color convert

RGB7869144-
CMYK0.460.5200.44
HSL247.2º35.21%41.76%-
HSV(B)247.2º52.08%56.47%-
XYZ10.37.8927.37-
YUV80.24163.98126.4-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.80%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=26.80%
G=23.71%
B=49.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78691440.460.5200.44247.235.2141.76
Hex4E45902E3402Cf7232a
Octal11610522056640543674352
Binary1001110100010110010000101110110100010110011110111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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