#4E378E

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

Shades of Blue Gem #4E378E

Tints of Blue Gem #4E378E

Color information

#4E378E (or 0x4E378E) is unknown color: approx Blue Gem. HEX triplet: 4E, 37 and 8E. RGB value is (78,55,142). Sum of RGB (Red+Green+Blue) = 78+55+142=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E378E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E378E is #B1C871. Grayscale: #474747. Windows color (decimal): -11651186 or 9320270. OLE color: 9320270.

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

Color convert

RGB7855142-
CMYK0.450.6100.44
HSL255.86º44.16%38.63%-
HSV(B)255.86º61.27%55.69%-
XYZ9.396.3126.31-
YUV71.8167.62132.43-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.36%
GREEN value IS 55 (21.88% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=28.36%
G=20%
B=51.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78551420.450.6100.44255.8644.1638.63
Hex4E378E2D3D02C1002c27
Octal1166721655750544005447
Binary1001110110111100011101011011111010101100100000000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,55,142); }

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

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

 a { background-color: rgb(78,55,142); }

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

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

 span { border-color: rgb(78,55,142); }

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