Shades of Mariner #4560AF
Tints of Mariner #4560AF
RGB
CMYK
RGB Variations
Color information
#4560AF (or 0x4560AF) is known color: Mariner. HEX triplet: 45, 60 and AF. RGB value is (69,96,175). Sum of RGB (Red+Green+Blue) = 69+96+175=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #4560AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4560AF is #BA9F50. Grayscale: #606060. Windows color (decimal): -12230481 or 11493445. OLE color: 11493445.
HSL color Cylindrical-coordinate representation of color #4560AF: hue angle of 224.72º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4560AF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 96 | 175 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.31 |
| HSL | 224.72º | 0.43% | 0.48% | - |
| HSV(B) | 224.72º | 0.61% | 0.69% | - |
| XYZ | 14.37 | 12.73 | 42.26 | - |
| YUV | 96.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 175 | 0.61 | 0.45 | 0 | 0.31 | 224.72 | 0.43 | 0.48 |
| Hex | 45 | 60 | AF | 3D | 2D | 0 | 1F | E1 | 2B | 30 |
| Octal | 105 | 140 | 257 | 75 | 55 | 0 | 37 | 341 | 53 | 60 |
| Binary | 1000101 | 1100000 | 10101111 | 111101 | 101101 | 0 | 11111 | 11100001 | 101011 | 110000 |
Color Harmonies of #4560AF
Complementary color
Monochromatic Colors of #4560AF
Black with #4560AF
Text Example
Text Example
White with #4560AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4560AF; }
p { color: rgb(69,96,175); }
H1.HeaderClassName
{
color: #4560AF;
}
.AnyTagClassName
{
color: #4560AF;
}
</style>
background-color css
<style>
a { background-color: #4560AF; }
a { background-color: rgb(69,96,175); }
div.DivClassName
{
background-color: #4560AF;
}
.BgClassName
{
background-color: #4560AF;
}
</style>
border-color css
<style>
span { border-color: #4560AF; }
span { border-color: rgb(69,96,175); }
td.TdClassName
{
border-color: #4560AF;
}
.TagClassName
{
border-color: #4560AF;
}
</style>