Shades of Mariner #456BA8
Tints of Mariner #456BA8
RGB
CMYK
RGB Variations
Color information
#456BA8 (or 0x456BA8) is known color: Mariner. HEX triplet: 45, 6B and A8. RGB value is (69,107,168). Sum of RGB (Red+Green+Blue) = 69+107+168=344 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.06% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 168 (66.02% from 255 or 48.84% from 344); Max value from RGB is 168 - color contains mainly: blue. Hex color #456BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BA8 is #BA9457. Grayscale: #666666. Windows color (decimal): -12227672 or 11037509. OLE color: 11037509.
HSL color Cylindrical-coordinate representation of color #456BA8: hue angle of 216.97º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #456BA8 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 107 | 168 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.34 |
| HSL | 216.97º | 0.42% | 0.46% | - |
| HSV(B) | 216.97º | 0.59% | 0.66% | - |
| XYZ | 14.78 | 14.61 | 39.09 | - |
| YUV | 102.59 | 164.91 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 168 | 0.59 | 0.36 | 0 | 0.34 | 216.97 | 0.42 | 0.46 |
| Hex | 45 | 6B | A8 | 3B | 24 | 0 | 22 | D9 | 2A | 2E |
| Octal | 105 | 153 | 250 | 73 | 44 | 0 | 42 | 331 | 52 | 56 |
| Binary | 1000101 | 1101011 | 10101000 | 111011 | 100100 | 0 | 100010 | 11011001 | 101010 | 101110 |
Color Harmonies of #456BA8
Complementary color
Monochromatic Colors of #456BA8
Black with #456BA8
Text Example
Text Example
White with #456BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BA8; }
p { color: rgb(69,107,168); }
H1.HeaderClassName
{
color: #456BA8;
}
.AnyTagClassName
{
color: #456BA8;
}
</style>
background-color css
<style>
a { background-color: #456BA8; }
a { background-color: rgb(69,107,168); }
div.DivClassName
{
background-color: #456BA8;
}
.BgClassName
{
background-color: #456BA8;
}
</style>
border-color css
<style>
span { border-color: #456BA8; }
span { border-color: rgb(69,107,168); }
td.TdClassName
{
border-color: #456BA8;
}
.TagClassName
{
border-color: #456BA8;
}
</style>