Shades of Mariner #456DB6
Tints of Mariner #456DB6
RGB
CMYK
RGB Variations
Color information
#456DB6 (or 0x456DB6) is known color: Mariner. HEX triplet: 45, 6D and B6. RGB value is (69,109,182). Sum of RGB (Red+Green+Blue) = 69+109+182=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 182 (71.48% from 255 or 50.56% from 360); Max value from RGB is 182 - color contains mainly: blue. Hex color #456DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456DB6 is #BA9249. Grayscale: #696969. Windows color (decimal): -12227146 or 11955525. OLE color: 11955525.
HSL color Cylindrical-coordinate representation of color #456DB6: hue angle of 218.76º 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 #456DB6 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 109 | 182 | - |
| CMYK | 0.62 | 0.40 | 0 | 0.29 |
| HSL | 218.76º | 0.45% | 0.49% | - |
| HSV(B) | 218.76º | 0.62% | 0.71% | - |
| XYZ | 16.37 | 15.58 | 46.4 | - |
| YUV | 105.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 109 | 182 | 0.62 | 0.40 | 0 | 0.29 | 218.76 | 0.45 | 0.49 |
| Hex | 45 | 6D | B6 | 3E | 28 | 0 | 1D | DB | 2D | 31 |
| Octal | 105 | 155 | 266 | 76 | 50 | 0 | 35 | 333 | 55 | 61 |
| Binary | 1000101 | 1101101 | 10110110 | 111110 | 101000 | 0 | 11101 | 11011011 | 101101 | 110001 |
Color Harmonies of #456DB6
Complementary color
Monochromatic Colors of #456DB6
Black with #456DB6
Text Example
Text Example
White with #456DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456DB6; }
p { color: rgb(69,109,182); }
H1.HeaderClassName
{
color: #456DB6;
}
.AnyTagClassName
{
color: #456DB6;
}
</style>
background-color css
<style>
a { background-color: #456DB6; }
a { background-color: rgb(69,109,182); }
div.DivClassName
{
background-color: #456DB6;
}
.BgClassName
{
background-color: #456DB6;
}
</style>
border-color css
<style>
span { border-color: #456DB6; }
span { border-color: rgb(69,109,182); }
td.TdClassName
{
border-color: #456DB6;
}
.TagClassName
{
border-color: #456DB6;
}
</style>