#4E3881

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

Shades of Blue Gem #4E3881

Tints of Blue Gem #4E3881

Color information

#4E3881 (or 0x4E3881) is unknown color: approx Blue Gem. HEX triplet: 4E, 38 and 81. RGB value is (78,56,129). Sum of RGB (Red+Green+Blue) = 78+56+129=263 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.66% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 129 (50.78% from 255 or 49.05% from 263); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E3881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3881 is #B1C77E. Grayscale: #464646. Windows color (decimal): -11650943 or 8468558. OLE color: 8468558.

HSL color Cylindrical-coordinate representation of color #4E3881: hue angle of 258.08º degrees, saturation: 0.39, 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 #4E3881 is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7856129-
CMYK0.400.5700.49
HSL258.08º39.46%36.27%-
HSV(B)258.08º56.59%50.59%-
XYZ8.526.0321.48-
YUV70.9160.79133.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.66%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 129 (50.78% from 255) = 49.05%
R=29.66%
G=21.29%
B=49.05%

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
Decimal78561290.400.5700.49258.0839.4636.27
Hex4E388128390311022724
Octal1167020150710614024744
Binary1001110111000100000011010001110010110001100000010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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