#4E409B

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

Shades of Blue Gem #4E409B

Tints of Blue Gem #4E409B

Color information

#4E409B (or 0x4E409B) is unknown color: approx Blue Gem. HEX triplet: 4E, 40 and 9B. RGB value is (78,64,155). Sum of RGB (Red+Green+Blue) = 78+64+155=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E409B is #B1BF64. Grayscale: #4E4E4E. Windows color (decimal): -11648869 or 10174542. OLE color: 10174542.

HSL color Cylindrical-coordinate representation of color #4E409B: hue angle of 249.23º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E409B is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7864155-
CMYK0.500.5900.39
HSL249.23º41.55%42.94%-
HSV(B)249.23º58.71%60.78%-
XYZ10.897.6531.91-
YUV78.56171.14127.6-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=26.26%
G=21.55%
B=52.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78641550.500.5900.39249.2341.5542.94
Hex4E409B323B027f92a2b
Octal11610023362730473715253
Binary1001110100000010011011110010111011010011111111001101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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