#4E609A

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

Shades of Mariner #4E609A

Tints of Mariner #4E609A

Color information

#4E609A (or 0x4E609A) is unknown color: approx Mariner. HEX triplet: 4E, 60 and 9A. RGB value is (78,96,154). Sum of RGB (Red+Green+Blue) = 78+96+154=328 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.78% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E609A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E609A is #B19F65. Grayscale: #606060. Windows color (decimal): -11640678 or 10117198. OLE color: 10117198.

HSL color Cylindrical-coordinate representation of color #4E609A: hue angle of 225.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E609A is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7896154-
CMYK0.490.3800.40
HSL225.79º32.76%45.49%-
HSV(B)225.79º49.35%60.39%-
XYZ13.1612.3232.26-
YUV97.23160.04114.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.78%
GREEN value IS 96 (37.89% from 255) = 29.27%
BLUE value IS 154 (60.55% from 255) = 46.95%
R=23.78%
G=29.27%
B=46.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78961540.490.3800.40225.7932.7645.49
Hex4E609A3126028e2212d
Octal11614023261460503424155
Binary1001110110000010011010110001100110010100011100010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,96,154); }

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

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

 a { background-color: rgb(78,96,154); }

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

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

 span { border-color: rgb(78,96,154); }

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