#4e3caf

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

Shades of Blue Gem #4E3CAF

Tints of Blue Gem #4E3CAF

Color information

#4E3CAF (or 0x4E3CAF) is unknown color: approx Blue Gem. HEX triplet: 4E, 3C and AF. RGB value is (78,60,175). Sum of RGB (Red+Green+Blue) = 78+60+175=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3CAF is #B1C350. Grayscale: #4E4E4E. Windows color (decimal): -11649873 or 11484238. OLE color: 11484238.

HSL color Cylindrical-coordinate representation of color #4E3CAF: hue angle of 249.39º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E3CAF is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7860175-
CMYK0.550.6600.31
HSL249.39º48.94%46.08%-
HSV(B)249.39º65.71%68.63%-
XYZ12.57.9541.43-
YUV78.49182.46127.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 175 (68.75% from 255) = 55.91%
R=24.92%
G=19.17%
B=55.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal78601750.550.6600.31249.3948.9446.08
Hex4E3CAF374201Ff9312e
Octal11674257671020373716156
Binary100111011110010101111110111100001001111111111001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e3caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,60,175); }

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

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

 a { background-color: rgb(78,60,175); }

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

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

 span { border-color: rgb(78,60,175); }

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