#4E64AB

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

Shades of Mariner #4E64AB

Tints of Mariner #4E64AB

Color information

#4E64AB (or 0x4E64AB) is unknown color: approx Mariner. HEX triplet: 4E, 64 and AB. RGB value is (78,100,171). Sum of RGB (Red+Green+Blue) = 78+100+171=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E64AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E64AB is #B19B54. Grayscale: #656565. Windows color (decimal): -11639637 or 11232334. OLE color: 11232334.

HSL color Cylindrical-coordinate representation of color #4E64AB: hue angle of 225.81º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E64AB is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB78100171-
CMYK0.540.4200.33
HSL225.81º37.35%48.82%-
HSV(B)225.81º54.39%67.06%-
XYZ15.0513.6740.37-
YUV101.52167.21111.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.35%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=22.35%
G=28.65%
B=49.00%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781001710.540.4200.33225.8137.3548.82
Hex4E64AB362A021e22531
Octal11614425366520413424561
Binary1001110110010010101011110110101010010000111100010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E64AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,100,171); }

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

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

 a { background-color: rgb(78,100,171); }

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

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

 span { border-color: rgb(78,100,171); }

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