#4869AD

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

Shades of Mariner #4869AD

Tints of Mariner #4869AD

Color information

#4869AD (or 0x4869AD) is unknown color: approx Mariner. HEX triplet: 48, 69 and AD. RGB value is (72,105,173). Sum of RGB (Red+Green+Blue) = 72+105+173=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #4869AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4869AD is #B79652. Grayscale: #666666. Windows color (decimal): -12031571 or 11364680. OLE color: 11364680.

HSL color Cylindrical-coordinate representation of color #4869AD: hue angle of 220.4º 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 #4869AD is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB72105173-
CMYK0.580.3900.32
HSL220.4º41.22%48.04%-
HSV(B)220.4º58.38%67.84%-
XYZ15.2714.541.53-
YUV102.88167.57105.97-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.57%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 173 (67.97% from 255) = 49.43%
R=20.57%
G=30%
B=49.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal721051730.580.3900.32220.441.2248.04
Hex4869AD3A27020dc2930
Octal11015125572470403345160
Binary1001000110100110101101111010100111010000011011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,105,173); }

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

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

 a { background-color: rgb(72,105,173); }

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

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

 span { border-color: rgb(72,105,173); }

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