#4E4795

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

Shades of Blue Gem #4E4795

Tints of Blue Gem #4E4795

Color information

#4E4795 (or 0x4E4795) is unknown color: approx Blue Gem. HEX triplet: 4E, 47 and 95. RGB value is (78,71,149). Sum of RGB (Red+Green+Blue) = 78+71+149=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E4795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4795 is #B1B86A. Grayscale: #515151. Windows color (decimal): -11647083 or 9783118. OLE color: 9783118.

HSL color Cylindrical-coordinate representation of color #4E4795: hue angle of 245.38º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E4795 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7871149-
CMYK0.480.5200.42
HSL245.38º35.45%43.14%-
HSV(B)245.38º52.35%58.43%-
XYZ10.828.329.46-
YUV81.98165.82125.16-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.17%
GREEN value IS 71 (28.12% from 255) = 23.83%
BLUE value IS 149 (58.59% from 255) = 50%
R=26.17%
G=23.83%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78711490.480.5200.42245.3835.4543.14
Hex4E4795303402Af5232b
Octal11610722560640523654353
Binary1001110100011110010101110000110100010101011110101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,149); }

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

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

 a { background-color: rgb(78,71,149); }

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

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

 span { border-color: rgb(78,71,149); }

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