#4961AD

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

Shades of Mariner #4961AD

Tints of Mariner #4961AD

Color information

#4961AD (or 0x4961AD) is unknown color: approx Mariner. HEX triplet: 49, 61 and AD. RGB value is (73,97,173). Sum of RGB (Red+Green+Blue) = 73+97+173=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #4961AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4961AD is #B69E52. Grayscale: #626262. Windows color (decimal): -11968083 or 11362633. OLE color: 11362633.

HSL color Cylindrical-coordinate representation of color #4961AD: hue angle of 225.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4961AD is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7397173-
CMYK0.580.4400.32
HSL225.6º40.65%48.24%-
HSV(B)225.6º57.8%67.84%-
XYZ14.5712.9841.27-
YUV98.49170.05109.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.28%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=21.28%
G=28.28%
B=50.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73971730.580.4400.32225.640.6548.24
Hex4961AD3A2C020e22930
Octal11114125572540403425160
Binary1001001110000110101101111010101100010000011100010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4961AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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