#4961A1

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

Shades of Mariner #4961A1

Tints of Mariner #4961A1

Color information

#4961A1 (or 0x4961A1) is unknown color: approx Mariner. HEX triplet: 49, 61 and A1. RGB value is (73,97,161). Sum of RGB (Red+Green+Blue) = 73+97+161=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 161 (63.28% from 255 or 48.64% from 331); Max value from RGB is 161 - color contains mainly: blue. Hex color #4961A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4961A1 is #B69E5E. Grayscale: #606060. Windows color (decimal): -11968095 or 10576201. OLE color: 10576201.

HSL color Cylindrical-coordinate representation of color #4961A1: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4961A1 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7397161-
CMYK0.550.4000.37
HSL223.64º37.61%45.88%-
HSV(B)223.64º54.66%63.14%-
XYZ13.4612.5435.43-
YUV97.12164.05110.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 161 (63.28% from 255) = 48.64%
R=22.05%
G=29.31%
B=48.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal73971610.550.4000.37223.6437.6145.88
Hex4961A13728025e0262e
Octal11114124167500453404656
Binary1001001110000110100001110111101000010010111100000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4961A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4961A1; }

 p { color: rgb(73,97,161); }

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

<style>
 a { background-color: #4961A1; }

 a { background-color: rgb(73,97,161); }

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

<style>
 span { border-color: #4961A1; }

 span { border-color: rgb(73,97,161); }

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