Shades of Mariner #456999
Tints of Mariner #456999
RGB
CMYK
RGB Variations
Color information
#456999 (or 0x456999) is known color: Mariner. HEX triplet: 45, 69 and 99. RGB value is (69,105,153). Sum of RGB (Red+Green+Blue) = 69+105+153=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #456999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456999 is #BA9666. Grayscale: #636363. Windows color (decimal): -12228199 or 10053957. OLE color: 10053957.
HSL color Cylindrical-coordinate representation of color #456999: hue angle of 214.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #456999 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 105 | 153 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.4 |
| HSL | 214.29º | 0.38% | 0.44% | - |
| HSV(B) | 214.29º | 0.55% | 0.6% | - |
| XYZ | 13.26 | 13.67 | 32.08 | - |
| YUV | 99.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 153 | 0.55 | 0.31 | 0 | 0.4 | 214.29 | 0.38 | 0.44 |
| Hex | 45 | 69 | 99 | 37 | 1F | 0 | 28 | D6 | 26 | 2C |
| Octal | 105 | 151 | 231 | 67 | 37 | 0 | 50 | 326 | 46 | 54 |
| Binary | 1000101 | 1101001 | 10011001 | 110111 | 11111 | 0 | 101000 | 11010110 | 100110 | 101100 |
Color Harmonies of #456999
Complementary color
Monochromatic Colors of #456999
Black with #456999
Text Example
Text Example
White with #456999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456999; }
p { color: rgb(69,105,153); }
H1.HeaderClassName
{
color: #456999;
}
.AnyTagClassName
{
color: #456999;
}
</style>
background-color css
<style>
a { background-color: #456999; }
a { background-color: rgb(69,105,153); }
div.DivClassName
{
background-color: #456999;
}
.BgClassName
{
background-color: #456999;
}
</style>
border-color css
<style>
span { border-color: #456999; }
span { border-color: rgb(69,105,153); }
td.TdClassName
{
border-color: #456999;
}
.TagClassName
{
border-color: #456999;
}
</style>