#4560AD

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

Shades of Mariner #4560AD

Tints of Mariner #4560AD

Color information

#4560AD (or 0x4560AD) is unknown color: approx Mariner. HEX triplet: 45, 60 and AD. RGB value is (69,96,173). Sum of RGB (Red+Green+Blue) = 69+96+173=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #4560AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4560AD is #BA9F52. Grayscale: #606060. Windows color (decimal): -12230483 or 11362373. OLE color: 11362373.

HSL color Cylindrical-coordinate representation of color #4560AD: hue angle of 224.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4560AD is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6996173-
CMYK0.600.4500.32
HSL224.42º42.98%47.45%-
HSV(B)224.42º60.12%67.84%-
XYZ14.1812.6541.23-
YUV96.71171.05108.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 173 (67.97% from 255) = 51.18%
R=20.41%
G=28.40%
B=51.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal69961730.600.4500.32224.4242.9847.45
Hex4560AD3C2D020e02b2f
Octal10514025574550403405357
Binary1000101110000010101101111100101101010000011100000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4560AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,96,173); }

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

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

 a { background-color: rgb(69,96,173); }

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

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

 span { border-color: rgb(69,96,173); }

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