#4869AB

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

Shades of Mariner #4869AB

Tints of Mariner #4869AB

Color information

#4869AB (or 0x4869AB) is unknown color: approx Mariner. HEX triplet: 48, 69 and AB. RGB value is (72,105,171). Sum of RGB (Red+Green+Blue) = 72+105+171=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #4869AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4869AB is #B79654. Grayscale: #666666. Windows color (decimal): -12031573 or 11233608. OLE color: 11233608.

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

Color convert

RGB72105171-
CMYK0.580.3900.33
HSL220º40.74%47.65%-
HSV(B)220º57.89%67.06%-
XYZ15.0714.4240.52-
YUV102.66166.57106.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=20.69%
G=30.17%
B=49.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal721051710.580.3900.3322040.7447.65
Hex4869AB3A27021dc2930
Octal11015125372470413345160
Binary1001000110100110101011111010100111010000111011100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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