#4E3882

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

Shades of Blue Gem #4E3882

Tints of Blue Gem #4E3882

Color information

#4E3882 (or 0x4E3882) is unknown color: approx Blue Gem. HEX triplet: 4E, 38 and 82. RGB value is (78,56,130). Sum of RGB (Red+Green+Blue) = 78+56+130=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E3882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3882 is #B1C77D. Grayscale: #464646. Windows color (decimal): -11650942 or 8534094. OLE color: 8534094.

HSL color Cylindrical-coordinate representation of color #4E3882: hue angle of 257.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4E3882 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7856130-
CMYK0.400.5700.49
HSL257.84º39.78%36.47%-
HSV(B)257.84º56.92%50.98%-
XYZ8.596.0621.84-
YUV71.01161.29132.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.55%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=29.55%
G=21.21%
B=49.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78561300.400.5700.49257.8439.7836.47
Hex4E388228390311022824
Octal1167020250710614025044
Binary1001110111000100000101010001110010110001100000010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,130); }

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

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

 a { background-color: rgb(78,56,130); }

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

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

 span { border-color: rgb(78,56,130); }

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