#4E349B

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

Shades of Blue Gem #4E349B

Tints of Blue Gem #4E349B

Color information

#4E349B (or 0x4E349B) is unknown color: approx Blue Gem. HEX triplet: 4E, 34 and 9B. RGB value is (78,52,155). Sum of RGB (Red+Green+Blue) = 78+52+155=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E349B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E349B is #B1CB64. Grayscale: #474747. Windows color (decimal): -11651941 or 10171470. OLE color: 10171470.

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

Color convert

RGB7852155-
CMYK0.500.6600.39
HSL255.15º49.76%40.59%-
HSV(B)255.15º66.45%60.78%-
XYZ10.296.4431.71-
YUV71.52175.11132.62-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=27.37%
G=18.25%
B=54.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78521550.500.6600.39255.1549.7640.59
Hex4E349B3242027ff3229
Octal11664233621020473776251
Binary1001110110100100110111100101000010010011111111111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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