Shades of Mariner #456AB6
Tints of Mariner #456AB6
RGB
CMYK
RGB Variations
Color information
#456AB6 (or 0x456AB6) is known color: Mariner. HEX triplet: 45, 6A and B6. RGB value is (69,106,182). Sum of RGB (Red+Green+Blue) = 69+106+182=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #456AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456AB6 is #BA9549. Grayscale: #676767. Windows color (decimal): -12227914 or 11954757. OLE color: 11954757.
HSL color Cylindrical-coordinate representation of color #456AB6: hue angle of 220.35º 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 #456AB6 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 106 | 182 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.29 |
| HSL | 220.35º | 0.45% | 0.49% | - |
| HSV(B) | 220.35º | 0.62% | 0.71% | - |
| XYZ | 16.05 | 14.95 | 46.3 | - |
| YUV | 103.6 | 172.24 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 182 | 0.62 | 0.42 | 0 | 0.29 | 220.35 | 0.45 | 0.49 |
| Hex | 45 | 6A | B6 | 3E | 2A | 0 | 1D | DC | 2D | 31 |
| Octal | 105 | 152 | 266 | 76 | 52 | 0 | 35 | 334 | 55 | 61 |
| Binary | 1000101 | 1101010 | 10110110 | 111110 | 101010 | 0 | 11101 | 11011100 | 101101 | 110001 |
Color Harmonies of #456AB6
Complementary color
Monochromatic Colors of #456AB6
Black with #456AB6
Text Example
Text Example
White with #456AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456AB6; }
p { color: rgb(69,106,182); }
H1.HeaderClassName
{
color: #456AB6;
}
.AnyTagClassName
{
color: #456AB6;
}
</style>
background-color css
<style>
a { background-color: #456AB6; }
a { background-color: rgb(69,106,182); }
div.DivClassName
{
background-color: #456AB6;
}
.BgClassName
{
background-color: #456AB6;
}
</style>
border-color css
<style>
span { border-color: #456AB6; }
span { border-color: rgb(69,106,182); }
td.TdClassName
{
border-color: #456AB6;
}
.TagClassName
{
border-color: #456AB6;
}
</style>