#4E3FA3

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

Shades of Blue Gem #4E3FA3

Tints of Blue Gem #4E3FA3

Color information

#4E3FA3 (or 0x4E3FA3) is unknown color: approx Blue Gem. HEX triplet: 4E, 3F and A3. RGB value is (78,63,163). Sum of RGB (Red+Green+Blue) = 78+63+163=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #4E3FA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3FA3 is #B1C05C. Grayscale: #4E4E4E. Windows color (decimal): -11649117 or 10698574. OLE color: 10698574.

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

Color convert

RGB7863163-
CMYK0.520.6100.36
HSL249º44.25%44.31%-
HSV(B)249º61.35%63.92%-
XYZ11.537.8235.55-
YUV78.88175.47127.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.66%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 163 (64.06% from 255) = 53.62%
R=25.66%
G=20.72%
B=53.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78631630.520.6100.3624944.2544.31
Hex4E3FA3343D024f92c2c
Octal1167724364750443715454
Binary100111011111110100011110100111101010010011111001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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