Shades of Mariner #456FB1
Tints of Mariner #456FB1
RGB
CMYK
RGB Variations
Color information
#456FB1 (or 0x456FB1) is known color: Mariner. HEX triplet: 45, 6F and B1. RGB value is (69,111,177). Sum of RGB (Red+Green+Blue) = 69+111+177=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #456FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456FB1 is #BA904E. Grayscale: #696969. Windows color (decimal): -12226639 or 11628357. OLE color: 11628357.
HSL color Cylindrical-coordinate representation of color #456FB1: hue angle of 216.67º degrees, saturation: 0.44, 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 #456FB1 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 111 | 177 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.31 |
| HSL | 216.67º | 0.44% | 0.48% | - |
| HSV(B) | 216.67º | 0.61% | 0.69% | - |
| XYZ | 16.07 | 15.81 | 43.8 | - |
| YUV | 105.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 111 | 177 | 0.61 | 0.37 | 0 | 0.31 | 216.67 | 0.44 | 0.48 |
| Hex | 45 | 6F | B1 | 3D | 25 | 0 | 1F | D9 | 2C | 30 |
| Octal | 105 | 157 | 261 | 75 | 45 | 0 | 37 | 331 | 54 | 60 |
| Binary | 1000101 | 1101111 | 10110001 | 111101 | 100101 | 0 | 11111 | 11011001 | 101100 | 110000 |
Color Harmonies of #456FB1
Complementary color
Monochromatic Colors of #456FB1
Black with #456FB1
Text Example
Text Example
White with #456FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456FB1; }
p { color: rgb(69,111,177); }
H1.HeaderClassName
{
color: #456FB1;
}
.AnyTagClassName
{
color: #456FB1;
}
</style>
background-color css
<style>
a { background-color: #456FB1; }
a { background-color: rgb(69,111,177); }
div.DivClassName
{
background-color: #456FB1;
}
.BgClassName
{
background-color: #456FB1;
}
</style>
border-color css
<style>
span { border-color: #456FB1; }
span { border-color: rgb(69,111,177); }
td.TdClassName
{
border-color: #456FB1;
}
.TagClassName
{
border-color: #456FB1;
}
</style>