Shades of Mariner #455BA8
Tints of Mariner #455BA8
RGB
CMYK
RGB Variations
Color information
#455BA8 (or 0x455BA8) is known color: Mariner. HEX triplet: 45, 5B and A8. RGB value is (69,91,168). Sum of RGB (Red+Green+Blue) = 69+91+168=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 168 (66.02% from 255 or 51.22% from 328); Max value from RGB is 168 - color contains mainly: blue. Hex color #455BA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BA8 is #BAA457. Grayscale: #5C5C5C. Windows color (decimal): -12231768 or 11033413. OLE color: 11033413.
HSL color Cylindrical-coordinate representation of color #455BA8: hue angle of 226.67º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455BA8 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 91 | 168 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.34 |
| HSL | 226.67º | 0.42% | 0.46% | - |
| HSV(B) | 226.67º | 0.59% | 0.66% | - |
| XYZ | 13.26 | 11.57 | 38.58 | - |
| YUV | 93.2 | 170.21 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 168 | 0.59 | 0.46 | 0 | 0.34 | 226.67 | 0.42 | 0.46 |
| Hex | 45 | 5B | A8 | 3B | 2E | 0 | 22 | E3 | 2A | 2E |
| Octal | 105 | 133 | 250 | 73 | 56 | 0 | 42 | 343 | 52 | 56 |
| Binary | 1000101 | 1011011 | 10101000 | 111011 | 101110 | 0 | 100010 | 11100011 | 101010 | 101110 |
Color Harmonies of #455BA8
Complementary color
Monochromatic Colors of #455BA8
Black with #455BA8
Text Example
Text Example
White with #455BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BA8; }
p { color: rgb(69,91,168); }
H1.HeaderClassName
{
color: #455BA8;
}
.AnyTagClassName
{
color: #455BA8;
}
</style>
background-color css
<style>
a { background-color: #455BA8; }
a { background-color: rgb(69,91,168); }
div.DivClassName
{
background-color: #455BA8;
}
.BgClassName
{
background-color: #455BA8;
}
</style>
border-color css
<style>
span { border-color: #455BA8; }
span { border-color: rgb(69,91,168); }
td.TdClassName
{
border-color: #455BA8;
}
.TagClassName
{
border-color: #455BA8;
}
</style>