#4E3B9B

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

Shades of Blue Gem #4E3B9B

Tints of Blue Gem #4E3B9B

Color information

#4E3B9B (or 0x4E3B9B) is unknown color: approx Blue Gem. HEX triplet: 4E, 3B and 9B. RGB value is (78,59,155). Sum of RGB (Red+Green+Blue) = 78+59+155=292 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.71% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E3B9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3B9B is #B1C464. Grayscale: #4B4B4B. Windows color (decimal): -11650149 or 10173262. OLE color: 10173262.

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

Color convert

RGB7859155-
CMYK0.500.6200.39
HSL251.88º44.86%41.96%-
HSV(B)251.88º61.94%60.78%-
XYZ10.627.1131.82-
YUV75.62172.79129.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.71%
GREEN value IS 59 (23.44% from 255) = 20.21%
BLUE value IS 155 (60.94% from 255) = 53.08%
R=26.71%
G=20.21%
B=53.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78591550.500.6200.39251.8844.8641.96
Hex4E3B9B323E027fc2d2a
Octal1167323362760473745552
Binary100111011101110011011110010111110010011111111100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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