Shades of Mariner #455BAA
Tints of Mariner #455BAA
RGB
CMYK
RGB Variations
Color information
#455BAA (or 0x455BAA) is known color: Mariner. HEX triplet: 45, 5B and AA. RGB value is (69,91,170). Sum of RGB (Red+Green+Blue) = 69+91+170=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #455BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BAA is #BAA455. Grayscale: #5D5D5D. Windows color (decimal): -12231766 or 11164485. OLE color: 11164485.
HSL color Cylindrical-coordinate representation of color #455BAA: hue angle of 226.93º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #455BAA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 91 | 170 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.33 |
| HSL | 226.93º | 0.42% | 0.47% | - |
| HSV(B) | 226.93º | 0.59% | 0.67% | - |
| XYZ | 13.45 | 11.65 | 39.57 | - |
| YUV | 93.43 | 171.21 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 170 | 0.59 | 0.46 | 0 | 0.33 | 226.93 | 0.42 | 0.47 |
| Hex | 45 | 5B | AA | 3B | 2E | 0 | 21 | E3 | 2A | 2F |
| Octal | 105 | 133 | 252 | 73 | 56 | 0 | 41 | 343 | 52 | 57 |
| Binary | 1000101 | 1011011 | 10101010 | 111011 | 101110 | 0 | 100001 | 11100011 | 101010 | 101111 |
Color Harmonies of #455BAA
Complementary color
Monochromatic Colors of #455BAA
Black with #455BAA
Text Example
Text Example
White with #455BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BAA; }
p { color: rgb(69,91,170); }
H1.HeaderClassName
{
color: #455BAA;
}
.AnyTagClassName
{
color: #455BAA;
}
</style>
background-color css
<style>
a { background-color: #455BAA; }
a { background-color: rgb(69,91,170); }
div.DivClassName
{
background-color: #455BAA;
}
.BgClassName
{
background-color: #455BAA;
}
</style>
border-color css
<style>
span { border-color: #455BAA; }
span { border-color: rgb(69,91,170); }
td.TdClassName
{
border-color: #455BAA;
}
.TagClassName
{
border-color: #455BAA;
}
</style>