#4E358B

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

Shades of Blue Gem #4E358B

Tints of Blue Gem #4E358B

Color information

#4E358B (or 0x4E358B) is unknown color: approx Blue Gem. HEX triplet: 4E, 35 and 8B. RGB value is (78,53,139). Sum of RGB (Red+Green+Blue) = 78+53+139=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E358B is #B1CA74. Grayscale: #454545. Windows color (decimal): -11651701 or 9123150. OLE color: 9123150.

HSL color Cylindrical-coordinate representation of color #4E358B: hue angle of 257.44º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E358B is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7853139-
CMYK0.440.6200.45
HSL257.44º44.79%37.65%-
HSV(B)257.44º61.87%54.51%-
XYZ9.086.0325.11-
YUV70.28166.78133.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.89%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=28.89%
G=19.63%
B=51.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78531390.440.6200.45257.4444.7937.65
Hex4E358B2C3E02D1012d26
Octal1166521354760554015546
Binary1001110110101100010111011001111100101101100000001101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,53,139); }

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

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

 a { background-color: rgb(78,53,139); }

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

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

 span { border-color: rgb(78,53,139); }

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