#4769AB

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

Shades of Mariner #4769AB

Tints of Mariner #4769AB

Color information

#4769AB (or 0x4769AB) is unknown color: approx Mariner. HEX triplet: 47, 69 and AB. RGB value is (71,105,171). Sum of RGB (Red+Green+Blue) = 71+105+171=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #4769AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4769AB is #B89654. Grayscale: #666666. Windows color (decimal): -12097109 or 11233607. OLE color: 11233607.

HSL color Cylindrical-coordinate representation of color #4769AB: hue angle of 219.6º degrees, saturation: 0.41, 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 #4769AB is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB71105171-
CMYK0.580.3900.33
HSL219.6º41.32%47.45%-
HSV(B)219.6º58.48%67.06%-
XYZ1514.3840.51-
YUV102.36166.74105.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 171 (67.19% from 255) = 49.28%
R=20.46%
G=30.26%
B=49.28%

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
Decimal711051710.580.3900.33219.641.3247.45
Hex4769AB3A27021dc292f
Octal10715125372470413345157
Binary1000111110100110101011111010100111010000111011100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4769AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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