Shades of Mariner #4563AD
Tints of Mariner #4563AD
RGB
CMYK
RGB Variations
Color information
#4563AD (or 0x4563AD) is known color: Mariner. HEX triplet: 45, 63 and AD. RGB value is (69,99,173). Sum of RGB (Red+Green+Blue) = 69+99+173=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #4563AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4563AD is #BA9C52. Grayscale: #626262. Windows color (decimal): -12229715 or 11363141. OLE color: 11363141.
HSL color Cylindrical-coordinate representation of color #4563AD: hue angle of 222.69º 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 #4563AD is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 99 | 173 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.32 |
| HSL | 222.69º | 0.43% | 0.47% | - |
| HSV(B) | 222.69º | 0.6% | 0.68% | - |
| XYZ | 14.46 | 13.21 | 41.32 | - |
| YUV | 98.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 173 | 0.60 | 0.43 | 0 | 0.32 | 222.69 | 0.43 | 0.47 |
| Hex | 45 | 63 | AD | 3C | 2B | 0 | 20 | DF | 2B | 2F |
| Octal | 105 | 143 | 255 | 74 | 53 | 0 | 40 | 337 | 53 | 57 |
| Binary | 1000101 | 1100011 | 10101101 | 111100 | 101011 | 0 | 100000 | 11011111 | 101011 | 101111 |
Color Harmonies of #4563AD
Complementary color
Monochromatic Colors of #4563AD
Black with #4563AD
Text Example
Text Example
White with #4563AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4563AD; }
p { color: rgb(69,99,173); }
H1.HeaderClassName
{
color: #4563AD;
}
.AnyTagClassName
{
color: #4563AD;
}
</style>
background-color css
<style>
a { background-color: #4563AD; }
a { background-color: rgb(69,99,173); }
div.DivClassName
{
background-color: #4563AD;
}
.BgClassName
{
background-color: #4563AD;
}
</style>
border-color css
<style>
span { border-color: #4563AD; }
span { border-color: rgb(69,99,173); }
td.TdClassName
{
border-color: #4563AD;
}
.TagClassName
{
border-color: #4563AD;
}
</style>