#4E61A4

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

Shades of Mariner #4E61A4

Tints of Mariner #4E61A4

Color information

#4E61A4 (or 0x4E61A4) is unknown color: approx Mariner. HEX triplet: 4E, 61 and A4. RGB value is (78,97,164). Sum of RGB (Red+Green+Blue) = 78+97+164=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 164 (64.45% from 255 or 48.38% from 339); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E61A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E61A4 is #B19E5B. Grayscale: #626262. Windows color (decimal): -11640412 or 10772814. OLE color: 10772814.

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

Color convert

RGB7897164-
CMYK0.520.4100.36
HSL226.74º35.54%47.45%-
HSV(B)226.74º52.44%64.31%-
XYZ14.1212.8536.86-
YUV98.96164.71113.05-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.01%
GREEN value IS 97 (38.28% from 255) = 28.61%
BLUE value IS 164 (64.45% from 255) = 48.38%
R=23.01%
G=28.61%
B=48.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78971640.520.4100.36226.7435.5447.45
Hex4E61A43429024e3242f
Octal11614124464510443434457
Binary1001110110000110100100110100101001010010011100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E61A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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