Shades of Mariner #456CA8
Tints of Mariner #456CA8
RGB
CMYK
RGB Variations
Color information
#456CA8 (or 0x456CA8) is known color: Mariner. HEX triplet: 45, 6C and A8. RGB value is (69,108,168). Sum of RGB (Red+Green+Blue) = 69+108+168=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 168 (66.02% from 255 or 48.70% from 345); Max value from RGB is 168 - color contains mainly: blue. Hex color #456CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456CA8 is #BA9357. Grayscale: #666666. Windows color (decimal): -12227416 or 11037765. OLE color: 11037765.
HSL color Cylindrical-coordinate representation of color #456CA8: hue angle of 216.36º 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 #456CA8 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 108 | 168 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.34 |
| HSL | 216.36º | 0.42% | 0.46% | - |
| HSV(B) | 216.36º | 0.59% | 0.66% | - |
| XYZ | 14.88 | 14.82 | 39.12 | - |
| YUV | 103.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 108 | 168 | 0.59 | 0.36 | 0 | 0.34 | 216.36 | 0.42 | 0.46 |
| Hex | 45 | 6C | A8 | 3B | 24 | 0 | 22 | D8 | 2A | 2E |
| Octal | 105 | 154 | 250 | 73 | 44 | 0 | 42 | 330 | 52 | 56 |
| Binary | 1000101 | 1101100 | 10101000 | 111011 | 100100 | 0 | 100010 | 11011000 | 101010 | 101110 |
Color Harmonies of #456CA8
Complementary color
Monochromatic Colors of #456CA8
Black with #456CA8
Text Example
Text Example
White with #456CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456CA8; }
p { color: rgb(69,108,168); }
H1.HeaderClassName
{
color: #456CA8;
}
.AnyTagClassName
{
color: #456CA8;
}
</style>
background-color css
<style>
a { background-color: #456CA8; }
a { background-color: rgb(69,108,168); }
div.DivClassName
{
background-color: #456CA8;
}
.BgClassName
{
background-color: #456CA8;
}
</style>
border-color css
<style>
span { border-color: #456CA8; }
span { border-color: rgb(69,108,168); }
td.TdClassName
{
border-color: #456CA8;
}
.TagClassName
{
border-color: #456CA8;
}
</style>