#4E619F

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

Shades of Mariner #4E619F

Tints of Mariner #4E619F

Color information

#4E619F (or 0x4E619F) is unknown color: approx Mariner. HEX triplet: 4E, 61 and 9F. RGB value is (78,97,159). Sum of RGB (Red+Green+Blue) = 78+97+159=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E619F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E619F is #B19E60. Grayscale: #626262. Windows color (decimal): -11640417 or 10445134. OLE color: 10445134.

HSL color Cylindrical-coordinate representation of color #4E619F: hue angle of 225.93º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E619F is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7897159-
CMYK0.510.3900.38
HSL225.93º34.18%46.47%-
HSV(B)225.93º50.94%62.35%-
XYZ13.6712.6734.53-
YUV98.39162.21113.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.35%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=23.35%
G=29.04%
B=47.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78971590.510.3900.38225.9334.1846.47
Hex4E619F3327026e2222e
Octal11614123763470463424256
Binary1001110110000110011111110011100111010011011100010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,159); }

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

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

 a { background-color: rgb(78,97,159); }

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

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

 span { border-color: rgb(78,97,159); }

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