Shades of Mariner #456BAF
Tints of Mariner #456BAF
RGB
CMYK
RGB Variations
Color information
#456BAF (or 0x456BAF) is known color: Mariner. HEX triplet: 45, 6B and AF. RGB value is (69,107,175). Sum of RGB (Red+Green+Blue) = 69+107+175=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #456BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456BAF is #BA9450. Grayscale: #676767. Windows color (decimal): -12227665 or 11496261. OLE color: 11496261.
HSL color Cylindrical-coordinate representation of color #456BAF: hue angle of 218.49º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #456BAF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 107 | 175 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.31 |
| HSL | 218.49º | 0.43% | 0.48% | - |
| HSV(B) | 218.49º | 0.61% | 0.69% | - |
| XYZ | 15.45 | 14.88 | 42.61 | - |
| YUV | 103.39 | 168.41 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 175 | 0.61 | 0.39 | 0 | 0.31 | 218.49 | 0.43 | 0.48 |
| Hex | 45 | 6B | AF | 3D | 27 | 0 | 1F | DA | 2B | 30 |
| Octal | 105 | 153 | 257 | 75 | 47 | 0 | 37 | 332 | 53 | 60 |
| Binary | 1000101 | 1101011 | 10101111 | 111101 | 100111 | 0 | 11111 | 11011010 | 101011 | 110000 |
Color Harmonies of #456BAF
Complementary color
Monochromatic Colors of #456BAF
Black with #456BAF
Text Example
Text Example
White with #456BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BAF; }
p { color: rgb(69,107,175); }
H1.HeaderClassName
{
color: #456BAF;
}
.AnyTagClassName
{
color: #456BAF;
}
</style>
background-color css
<style>
a { background-color: #456BAF; }
a { background-color: rgb(69,107,175); }
div.DivClassName
{
background-color: #456BAF;
}
.BgClassName
{
background-color: #456BAF;
}
</style>
border-color css
<style>
span { border-color: #456BAF; }
span { border-color: rgb(69,107,175); }
td.TdClassName
{
border-color: #456BAF;
}
.TagClassName
{
border-color: #456BAF;
}
</style>