#4E3F84

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

Shades of Blue Gem #4E3F84

Tints of Blue Gem #4E3F84

Color information

#4E3F84 (or 0x4E3F84) is unknown color: approx Blue Gem. HEX triplet: 4E, 3F and 84. RGB value is (78,63,132). Sum of RGB (Red+Green+Blue) = 78+63+132=273 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.57% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E3F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3F84 is #B1C07B. Grayscale: #4B4B4B. Windows color (decimal): -11649148 or 8666958. OLE color: 8666958.

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

Color convert

RGB7863132-
CMYK0.410.5200.48
HSL253.04º35.38%38.24%-
HSV(B)253.04º52.27%51.76%-
XYZ9.086.8422.67-
YUV75.35159.97129.89-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.57%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 132 (51.95% from 255) = 48.35%
R=28.57%
G=23.08%
B=48.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78631320.410.5200.48253.0435.3838.24
Hex4E3F842934030fd2326
Octal1167720451640603754346
Binary100111011111110000100101001110100011000011111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,63,132); }

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

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

 a { background-color: rgb(78,63,132); }

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

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

 span { border-color: rgb(78,63,132); }

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