Shades of Mariner #456BB8
Tints of Mariner #456BB8
RGB
CMYK
RGB Variations
Color information
#456BB8 (or 0x456BB8) is known color: Mariner. HEX triplet: 45, 6B and B8. RGB value is (69,107,184). Sum of RGB (Red+Green+Blue) = 69+107+184=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #456BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #456BB8 is #BA9447. Grayscale: #686868. Windows color (decimal): -12227656 or 12086085. OLE color: 12086085.
HSL color Cylindrical-coordinate representation of color #456BB8: hue angle of 220.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #456BB8 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 107 | 184 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.28 |
| HSL | 220.17º | 0.45% | 0.5% | - |
| HSV(B) | 220.17º | 0.63% | 0.72% | - |
| XYZ | 16.36 | 15.24 | 47.43 | - |
| YUV | 104.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 107 | 184 | 0.62 | 0.42 | 0 | 0.28 | 220.17 | 0.45 | 0.5 |
| Hex | 45 | 6B | B8 | 3E | 2A | 0 | 1C | DC | 2D | 32 |
| Octal | 105 | 153 | 270 | 76 | 52 | 0 | 34 | 334 | 55 | 62 |
| Binary | 1000101 | 1101011 | 10111000 | 111110 | 101010 | 0 | 11100 | 11011100 | 101101 | 110010 |
Color Harmonies of #456BB8
Complementary color
Monochromatic Colors of #456BB8
Black with #456BB8
Text Example
Text Example
White with #456BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456BB8; }
p { color: rgb(69,107,184); }
H1.HeaderClassName
{
color: #456BB8;
}
.AnyTagClassName
{
color: #456BB8;
}
</style>
background-color css
<style>
a { background-color: #456BB8; }
a { background-color: rgb(69,107,184); }
div.DivClassName
{
background-color: #456BB8;
}
.BgClassName
{
background-color: #456BB8;
}
</style>
border-color css
<style>
span { border-color: #456BB8; }
span { border-color: rgb(69,107,184); }
td.TdClassName
{
border-color: #456BB8;
}
.TagClassName
{
border-color: #456BB8;
}
</style>