Shades of Mariner #455FAC
Tints of Mariner #455FAC
RGB
CMYK
RGB Variations
Color information
#455FAC (or 0x455FAC) is known color: Mariner. HEX triplet: 45, 5F and AC. RGB value is (69,95,172). Sum of RGB (Red+Green+Blue) = 69+95+172=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #455FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455FAC is #BAA053. Grayscale: #5F5F5F. Windows color (decimal): -12230740 or 11296581. OLE color: 11296581.
HSL color Cylindrical-coordinate representation of color #455FAC: hue angle of 224.85º 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 #455FAC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 95 | 172 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.33 |
| HSL | 224.85º | 0.43% | 0.47% | - |
| HSV(B) | 224.85º | 0.6% | 0.67% | - |
| XYZ | 13.99 | 12.43 | 40.69 | - |
| YUV | 96 | 170.89 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 172 | 0.60 | 0.45 | 0 | 0.33 | 224.85 | 0.43 | 0.47 |
| Hex | 45 | 5F | AC | 3C | 2D | 0 | 21 | E1 | 2B | 2F |
| Octal | 105 | 137 | 254 | 74 | 55 | 0 | 41 | 341 | 53 | 57 |
| Binary | 1000101 | 1011111 | 10101100 | 111100 | 101101 | 0 | 100001 | 11100001 | 101011 | 101111 |
Color Harmonies of #455FAC
Complementary color
Monochromatic Colors of #455FAC
Black with #455FAC
Text Example
Text Example
White with #455FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455FAC; }
p { color: rgb(69,95,172); }
H1.HeaderClassName
{
color: #455FAC;
}
.AnyTagClassName
{
color: #455FAC;
}
</style>
background-color css
<style>
a { background-color: #455FAC; }
a { background-color: rgb(69,95,172); }
div.DivClassName
{
background-color: #455FAC;
}
.BgClassName
{
background-color: #455FAC;
}
</style>
border-color css
<style>
span { border-color: #455FAC; }
span { border-color: rgb(69,95,172); }
td.TdClassName
{
border-color: #455FAC;
}
.TagClassName
{
border-color: #455FAC;
}
</style>