#4E61A2

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

Shades of Mariner #4E61A2

Tints of Mariner #4E61A2

Color information

#4E61A2 (or 0x4E61A2) is unknown color: approx Mariner. HEX triplet: 4E, 61 and A2. RGB value is (78,97,162). Sum of RGB (Red+Green+Blue) = 78+97+162=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E61A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E61A2 is #B19E5D. Grayscale: #626262. Windows color (decimal): -11640414 or 10641742. OLE color: 10641742.

HSL color Cylindrical-coordinate representation of color #4E61A2: hue angle of 226.43º degrees, saturation: 0.35, 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 #4E61A2 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7897162-
CMYK0.520.4000.36
HSL226.43º35%47.06%-
HSV(B)226.43º51.85%63.53%-
XYZ13.9412.7835.91-
YUV98.73163.71113.21-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.15%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=23.15%
G=28.78%
B=48.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78971620.520.4000.36226.433547.06
Hex4E61A23428024e2232f
Octal11614124264500443424357
Binary1001110110000110100010110100101000010010011100010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E61A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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