Shades of Mariner #456AB5
Tints of Mariner #456AB5
RGB
CMYK
RGB Variations
Color information
#456AB5 (or 0x456AB5) is known color: Mariner. HEX triplet: 45, 6A and B5. RGB value is (69,106,181). Sum of RGB (Red+Green+Blue) = 69+106+181=356 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.38% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #456AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456AB5 is #BA954A. Grayscale: #676767. Windows color (decimal): -12227915 or 11889221. OLE color: 11889221.
HSL color Cylindrical-coordinate representation of color #456AB5: hue angle of 220.18º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456AB5 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 106 | 181 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.29 |
| HSL | 220.18º | 0.45% | 0.49% | - |
| HSV(B) | 220.18º | 0.62% | 0.71% | - |
| XYZ | 15.95 | 14.91 | 45.75 | - |
| YUV | 103.49 | 171.74 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 181 | 0.62 | 0.41 | 0 | 0.29 | 220.18 | 0.45 | 0.49 |
| Hex | 45 | 6A | B5 | 3E | 29 | 0 | 1D | DC | 2D | 31 |
| Octal | 105 | 152 | 265 | 76 | 51 | 0 | 35 | 334 | 55 | 61 |
| Binary | 1000101 | 1101010 | 10110101 | 111110 | 101001 | 0 | 11101 | 11011100 | 101101 | 110001 |
Color Harmonies of #456AB5
Complementary color
Monochromatic Colors of #456AB5
Black with #456AB5
Text Example
Text Example
White with #456AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AB5; }
p { color: rgb(69,106,181); }
H1.HeaderClassName
{
color: #456AB5;
}
.AnyTagClassName
{
color: #456AB5;
}
</style>
background-color css
<style>
a { background-color: #456AB5; }
a { background-color: rgb(69,106,181); }
div.DivClassName
{
background-color: #456AB5;
}
.BgClassName
{
background-color: #456AB5;
}
</style>
border-color css
<style>
span { border-color: #456AB5; }
span { border-color: rgb(69,106,181); }
td.TdClassName
{
border-color: #456AB5;
}
.TagClassName
{
border-color: #456AB5;
}
</style>