Shades of Mariner #4565AC
Tints of Mariner #4565AC
RGB
CMYK
RGB Variations
Color information
#4565AC (or 0x4565AC) is known color: Mariner. HEX triplet: 45, 65 and AC. RGB value is (69,101,172). Sum of RGB (Red+Green+Blue) = 69+101+172=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 172 (67.58% from 255 or 50.29% from 342); Max value from RGB is 172 - color contains mainly: blue. Hex color #4565AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4565AC is #BA9A53. Grayscale: #636363. Windows color (decimal): -12229204 or 11298117. OLE color: 11298117.
HSL color Cylindrical-coordinate representation of color #4565AC: hue angle of 221.36º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4565AC is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 101 | 172 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.33 |
| HSL | 221.36º | 0.43% | 0.47% | - |
| HSV(B) | 221.36º | 0.6% | 0.67% | - |
| XYZ | 14.55 | 13.55 | 40.88 | - |
| YUV | 99.53 | 168.9 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 172 | 0.60 | 0.41 | 0 | 0.33 | 221.36 | 0.43 | 0.47 |
| Hex | 45 | 65 | AC | 3C | 29 | 0 | 21 | DD | 2B | 2F |
| Octal | 105 | 145 | 254 | 74 | 51 | 0 | 41 | 335 | 53 | 57 |
| Binary | 1000101 | 1100101 | 10101100 | 111100 | 101001 | 0 | 100001 | 11011101 | 101011 | 101111 |
Color Harmonies of #4565AC
Complementary color
Monochromatic Colors of #4565AC
Black with #4565AC
Text Example
Text Example
White with #4565AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4565AC; }
p { color: rgb(69,101,172); }
H1.HeaderClassName
{
color: #4565AC;
}
.AnyTagClassName
{
color: #4565AC;
}
</style>
background-color css
<style>
a { background-color: #4565AC; }
a { background-color: rgb(69,101,172); }
div.DivClassName
{
background-color: #4565AC;
}
.BgClassName
{
background-color: #4565AC;
}
</style>
border-color css
<style>
span { border-color: #4565AC; }
span { border-color: rgb(69,101,172); }
td.TdClassName
{
border-color: #4565AC;
}
.TagClassName
{
border-color: #4565AC;
}
</style>