Shades of Mariner #4565AF
Tints of Mariner #4565AF
RGB
CMYK
RGB Variations
Color information
#4565AF (or 0x4565AF) is known color: Mariner. HEX triplet: 45, 65 and AF. RGB value is (69,101,175). Sum of RGB (Red+Green+Blue) = 69+101+175=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #4565AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AF is #BA9A50. Grayscale: #636363. Windows color (decimal): -12229201 or 11494725. OLE color: 11494725.
HSL color Cylindrical-coordinate representation of color #4565AF: hue angle of 221.89º 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 #4565AF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 101 | 175 | - |
| CMYK | 0.61 | 0.42 | 0 | 0.31 |
| HSL | 221.89º | 0.43% | 0.48% | - |
| HSV(B) | 221.89º | 0.61% | 0.69% | - |
| XYZ | 14.85 | 13.67 | 42.41 | - |
| YUV | 99.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 175 | 0.61 | 0.42 | 0 | 0.31 | 221.89 | 0.43 | 0.48 |
| Hex | 45 | 65 | AF | 3D | 2A | 0 | 1F | DE | 2B | 30 |
| Octal | 105 | 145 | 257 | 75 | 52 | 0 | 37 | 336 | 53 | 60 |
| Binary | 1000101 | 1100101 | 10101111 | 111101 | 101010 | 0 | 11111 | 11011110 | 101011 | 110000 |
Color Harmonies of #4565AF
Complementary color
Monochromatic Colors of #4565AF
Black with #4565AF
Text Example
Text Example
White with #4565AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4565AF; }
p { color: rgb(69,101,175); }
H1.HeaderClassName
{
color: #4565AF;
}
.AnyTagClassName
{
color: #4565AF;
}
</style>
background-color css
<style>
a { background-color: #4565AF; }
a { background-color: rgb(69,101,175); }
div.DivClassName
{
background-color: #4565AF;
}
.BgClassName
{
background-color: #4565AF;
}
</style>
border-color css
<style>
span { border-color: #4565AF; }
span { border-color: rgb(69,101,175); }
td.TdClassName
{
border-color: #4565AF;
}
.TagClassName
{
border-color: #4565AF;
}
</style>