Shades of Mariner #456AB0
Tints of Mariner #456AB0
RGB
CMYK
RGB Variations
Color information
#456AB0 (or 0x456AB0) is known color: Mariner. HEX triplet: 45, 6A and B0. RGB value is (69,106,176). Sum of RGB (Red+Green+Blue) = 69+106+176=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #456AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #456AB0 is #BA954F. Grayscale: #666666. Windows color (decimal): -12227920 or 11561541. OLE color: 11561541.
HSL color Cylindrical-coordinate representation of color #456AB0: hue angle of 219.25º 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 #456AB0 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 106 | 176 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.31 |
| HSL | 219.25º | 0.44% | 0.48% | - |
| HSV(B) | 219.25º | 0.61% | 0.69% | - |
| XYZ | 15.44 | 14.71 | 43.1 | - |
| YUV | 102.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 176 | 0.61 | 0.40 | 0 | 0.31 | 219.25 | 0.44 | 0.48 |
| Hex | 45 | 6A | B0 | 3D | 28 | 0 | 1F | DB | 2C | 30 |
| Octal | 105 | 152 | 260 | 75 | 50 | 0 | 37 | 333 | 54 | 60 |
| Binary | 1000101 | 1101010 | 10110000 | 111101 | 101000 | 0 | 11111 | 11011011 | 101100 | 110000 |
Color Harmonies of #456AB0
Complementary color
Monochromatic Colors of #456AB0
Black with #456AB0
Text Example
Text Example
White with #456AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AB0; }
p { color: rgb(69,106,176); }
H1.HeaderClassName
{
color: #456AB0;
}
.AnyTagClassName
{
color: #456AB0;
}
</style>
background-color css
<style>
a { background-color: #456AB0; }
a { background-color: rgb(69,106,176); }
div.DivClassName
{
background-color: #456AB0;
}
.BgClassName
{
background-color: #456AB0;
}
</style>
border-color css
<style>
span { border-color: #456AB0; }
span { border-color: rgb(69,106,176); }
td.TdClassName
{
border-color: #456AB0;
}
.TagClassName
{
border-color: #456AB0;
}
</style>