#4969AB

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

Shades of Mariner #4969AB

Tints of Mariner #4969AB

Color information

#4969AB (or 0x4969AB) is unknown color: approx Mariner. HEX triplet: 49, 69 and AB. RGB value is (73,105,171). Sum of RGB (Red+Green+Blue) = 73+105+171=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 105 (41.41% from 255 or 30.09% 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 #4969AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4969AB is #B69654. Grayscale: #666666. Windows color (decimal): -11966037 or 11233609. OLE color: 11233609.

HSL color Cylindrical-coordinate representation of color #4969AB: hue angle of 220.41º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4969AB is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73105171-
CMYK0.570.3900.33
HSL220.41º40.16%47.84%-
HSV(B)220.41º57.31%67.06%-
XYZ15.1514.4640.52-
YUV102.96166.4106.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=20.92%
G=30.09%
B=49.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731051710.570.3900.33220.4140.1647.84
Hex4969AB3927021dc2830
Octal11115125371470413345060
Binary1001001110100110101011111001100111010000111011100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4969AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4969AB; }

 p { color: rgb(73,105,171); }

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

<style>
 a { background-color: #4969AB; }

 a { background-color: rgb(73,105,171); }

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

<style>
 span { border-color: #4969AB; }

 span { border-color: rgb(73,105,171); }

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