#4E2A9B

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

Shades of Blue Gem #4E2A9B

Tints of Blue Gem #4E2A9B

Color information

#4E2A9B (or 0x4E2A9B) is unknown color: approx Blue Gem. HEX triplet: 4E, 2A and 9B. RGB value is (78,42,155). Sum of RGB (Red+Green+Blue) = 78+42+155=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E2A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2A9B is #B1D564. Grayscale: #414141. Windows color (decimal): -11654501 or 10168910. OLE color: 10168910.

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

Color convert

RGB7842155-
CMYK0.500.7300.39
HSL259.12º57.36%38.63%-
HSV(B)259.12º72.9%60.78%-
XYZ9.895.6431.58-
YUV65.65178.43136.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 42 (16.80% from 255) = 15.27%
BLUE value IS 155 (60.94% from 255) = 56.36%
R=28.36%
G=15.27%
B=56.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78421550.500.7300.39259.1257.3638.63
Hex4E2A9B32490271033927
Octal11652233621110474037147
Binary10011101010101001101111001010010010100111100000011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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