#4E2A9F

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

Shades of Blue Gem #4E2A9F

Tints of Blue Gem #4E2A9F

Color information

#4E2A9F (or 0x4E2A9F) is unknown color: approx Blue Gem. HEX triplet: 4E, 2A and 9F. RGB value is (78,42,159). Sum of RGB (Red+Green+Blue) = 78+42+159=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 42 (16.80% from 255 or 15.05% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E2A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2A9F is #B1D560. Grayscale: #414141. Windows color (decimal): -11654497 or 10431054. OLE color: 10431054.

HSL color Cylindrical-coordinate representation of color #4E2A9F: hue angle of 258.46º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2A9F is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7842159-
CMYK0.510.7400.38
HSL258.46º58.21%39.41%-
HSV(B)258.46º73.58%62.35%-
XYZ10.235.7833.38-
YUV66.1180.43136.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 42 (16.80% from 255) = 15.05%
BLUE value IS 159 (62.5% from 255) = 56.99%
R=27.96%
G=15.05%
B=56.99%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78421590.510.7400.38258.4658.2139.41
Hex4E2A9F334A0261023a27
Octal11652237631120464027247
Binary10011101010101001111111001110010100100110100000010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,159); }

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

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

 a { background-color: rgb(78,42,159); }

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

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

 span { border-color: rgb(78,42,159); }

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