Shades of Mariner #455BA3
Tints of Mariner #455BA3
RGB
CMYK
RGB Variations
Color information
#455BA3 (or 0x455BA3) is known color: Mariner. HEX triplet: 45, 5B and A3. RGB value is (69,91,163). Sum of RGB (Red+Green+Blue) = 69+91+163=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 163 (64.06% from 255 or 50.46% from 323); Max value from RGB is 163 - color contains mainly: blue. Hex color #455BA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455BA3 is #BAA45C. Grayscale: #5C5C5C. Windows color (decimal): -12231773 or 10705733. OLE color: 10705733.
HSL color Cylindrical-coordinate representation of color #455BA3: hue angle of 225.96º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #455BA3 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 91 | 163 | - |
| CMYK | 0.58 | 0.44 | 0 | 0.36 |
| HSL | 225.96º | 0.41% | 0.45% | - |
| HSV(B) | 225.96º | 0.58% | 0.64% | - |
| XYZ | 12.81 | 11.39 | 36.17 | - |
| YUV | 92.63 | 167.71 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 163 | 0.58 | 0.44 | 0 | 0.36 | 225.96 | 0.41 | 0.45 |
| Hex | 45 | 5B | A3 | 3A | 2C | 0 | 24 | E2 | 29 | 2D |
| Octal | 105 | 133 | 243 | 72 | 54 | 0 | 44 | 342 | 51 | 55 |
| Binary | 1000101 | 1011011 | 10100011 | 111010 | 101100 | 0 | 100100 | 11100010 | 101001 | 101101 |
Color Harmonies of #455BA3
Complementary color
Monochromatic Colors of #455BA3
Black with #455BA3
Text Example
Text Example
White with #455BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BA3; }
p { color: rgb(69,91,163); }
H1.HeaderClassName
{
color: #455BA3;
}
.AnyTagClassName
{
color: #455BA3;
}
</style>
background-color css
<style>
a { background-color: #455BA3; }
a { background-color: rgb(69,91,163); }
div.DivClassName
{
background-color: #455BA3;
}
.BgClassName
{
background-color: #455BA3;
}
</style>
border-color css
<style>
span { border-color: #455BA3; }
span { border-color: rgb(69,91,163); }
td.TdClassName
{
border-color: #455BA3;
}
.TagClassName
{
border-color: #455BA3;
}
</style>