Shades of Mariner #456BAD
Tints of Mariner #456BAD
RGB
CMYK
RGB Variations
Color information
#456BAD (or 0x456BAD) is known color: Mariner. HEX triplet: 45, 6B and AD. RGB value is (69,107,173). Sum of RGB (Red+Green+Blue) = 69+107+173=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #456BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BAD is #BA9452. Grayscale: #666666. Windows color (decimal): -12227667 or 11365189. OLE color: 11365189.
HSL color Cylindrical-coordinate representation of color #456BAD: hue angle of 218.08º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #456BAD is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 107 | 173 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.32 |
| HSL | 218.08º | 0.43% | 0.47% | - |
| HSV(B) | 218.08º | 0.6% | 0.68% | - |
| XYZ | 15.25 | 14.8 | 41.59 | - |
| YUV | 103.16 | 167.41 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 173 | 0.60 | 0.38 | 0 | 0.32 | 218.08 | 0.43 | 0.47 |
| Hex | 45 | 6B | AD | 3C | 26 | 0 | 20 | DA | 2B | 2F |
| Octal | 105 | 153 | 255 | 74 | 46 | 0 | 40 | 332 | 53 | 57 |
| Binary | 1000101 | 1101011 | 10101101 | 111100 | 100110 | 0 | 100000 | 11011010 | 101011 | 101111 |
Color Harmonies of #456BAD
Complementary color
Monochromatic Colors of #456BAD
Black with #456BAD
Text Example
Text Example
White with #456BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BAD; }
p { color: rgb(69,107,173); }
H1.HeaderClassName
{
color: #456BAD;
}
.AnyTagClassName
{
color: #456BAD;
}
</style>
background-color css
<style>
a { background-color: #456BAD; }
a { background-color: rgb(69,107,173); }
div.DivClassName
{
background-color: #456BAD;
}
.BgClassName
{
background-color: #456BAD;
}
</style>
border-color css
<style>
span { border-color: #456BAD; }
span { border-color: rgb(69,107,173); }
td.TdClassName
{
border-color: #456BAD;
}
.TagClassName
{
border-color: #456BAD;
}
</style>