#4869AA

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

Shades of Mariner #4869AA

Tints of Mariner #4869AA

Color information

#4869AA (or 0x4869AA) is unknown color: approx Mariner. HEX triplet: 48, 69 and AA. RGB value is (72,105,170). Sum of RGB (Red+Green+Blue) = 72+105+170=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #4869AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4869AA is #B79655. Grayscale: #666666. Windows color (decimal): -12031574 or 11168072. OLE color: 11168072.

HSL color Cylindrical-coordinate representation of color #4869AA: hue angle of 219.8º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4869AA is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB72105170-
CMYK0.580.3800.33
HSL219.8º40.5%47.45%-
HSV(B)219.8º57.65%66.67%-
XYZ14.9814.3840.02-
YUV102.54166.07106.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.75%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=20.75%
G=30.26%
B=48.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721051700.580.3800.33219.840.547.45
Hex4869AA3A26021dc282f
Octal11015125272460413345057
Binary1001000110100110101010111010100110010000111011100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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