Shades of Mariner #455BAB
Tints of Mariner #455BAB
RGB
CMYK
RGB Variations
Color information
#455BAB (or 0x455BAB) is known color: Mariner. HEX triplet: 45, 5B and AB. RGB value is (69,91,171). Sum of RGB (Red+Green+Blue) = 69+91+171=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #455BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BAB is #BAA454. Grayscale: #5D5D5D. Windows color (decimal): -12231765 or 11230021. OLE color: 11230021.
HSL color Cylindrical-coordinate representation of color #455BAB: hue angle of 227.06º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #455BAB is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 91 | 171 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.33 |
| HSL | 227.06º | 0.43% | 0.47% | - |
| HSV(B) | 227.06º | 0.6% | 0.67% | - |
| XYZ | 13.55 | 11.69 | 40.07 | - |
| YUV | 93.54 | 171.71 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 171 | 0.60 | 0.47 | 0 | 0.33 | 227.06 | 0.43 | 0.47 |
| Hex | 45 | 5B | AB | 3C | 2F | 0 | 21 | E3 | 2A | 2F |
| Octal | 105 | 133 | 253 | 74 | 57 | 0 | 41 | 343 | 52 | 57 |
| Binary | 1000101 | 1011011 | 10101011 | 111100 | 101111 | 0 | 100001 | 11100011 | 101010 | 101111 |
Color Harmonies of #455BAB
Complementary color
Monochromatic Colors of #455BAB
Black with #455BAB
Text Example
Text Example
White with #455BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BAB; }
p { color: rgb(69,91,171); }
H1.HeaderClassName
{
color: #455BAB;
}
.AnyTagClassName
{
color: #455BAB;
}
</style>
background-color css
<style>
a { background-color: #455BAB; }
a { background-color: rgb(69,91,171); }
div.DivClassName
{
background-color: #455BAB;
}
.BgClassName
{
background-color: #455BAB;
}
</style>
border-color css
<style>
span { border-color: #455BAB; }
span { border-color: rgb(69,91,171); }
td.TdClassName
{
border-color: #455BAB;
}
.TagClassName
{
border-color: #455BAB;
}
</style>