Shades of Mariner #456299
Tints of Mariner #456299
RGB
CMYK
RGB Variations
Color information
#456299 (or 0x456299) is known color: Mariner. HEX triplet: 45, 62 and 99. RGB value is (69,98,153). Sum of RGB (Red+Green+Blue) = 69+98+153=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #456299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456299 is #BA9D66. Grayscale: #5F5F5F. Windows color (decimal): -12229991 or 10052165. OLE color: 10052165.
HSL color Cylindrical-coordinate representation of color #456299: hue angle of 219.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 #456299 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 69 | 98 | 153 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.4 |
| HSL | 219.29º | 0.38% | 0.44% | - |
| HSV(B) | 219.29º | 0.55% | 0.6% | - |
| XYZ | 12.57 | 12.3 | 31.85 | - |
| YUV | 95.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 153 | 0.55 | 0.36 | 0 | 0.4 | 219.29 | 0.38 | 0.44 |
| Hex | 45 | 62 | 99 | 37 | 24 | 0 | 28 | DB | 26 | 2C |
| Octal | 105 | 142 | 231 | 67 | 44 | 0 | 50 | 333 | 46 | 54 |
| Binary | 1000101 | 1100010 | 10011001 | 110111 | 100100 | 0 | 101000 | 11011011 | 100110 | 101100 |
Color Harmonies of #456299
Complementary color
Monochromatic Colors of #456299
Black with #456299
Text Example
Text Example
White with #456299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456299; }
p { color: rgb(69,98,153); }
H1.HeaderClassName
{
color: #456299;
}
.AnyTagClassName
{
color: #456299;
}
</style>
background-color css
<style>
a { background-color: #456299; }
a { background-color: rgb(69,98,153); }
div.DivClassName
{
background-color: #456299;
}
.BgClassName
{
background-color: #456299;
}
</style>
border-color css
<style>
span { border-color: #456299; }
span { border-color: rgb(69,98,153); }
td.TdClassName
{
border-color: #456299;
}
.TagClassName
{
border-color: #456299;
}
</style>