Shades of Mariner #455DB0
Tints of Mariner #455DB0
RGB
CMYK
RGB Variations
Color information
#455DB0 (or 0x455DB0) is known color: Mariner. HEX triplet: 45, 5D and B0. RGB value is (69,93,176). Sum of RGB (Red+Green+Blue) = 69+93+176=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #455DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DB0 is #BAA24F. Grayscale: #5E5E5E. Windows color (decimal): -12231248 or 11558213. OLE color: 11558213.
HSL color Cylindrical-coordinate representation of color #455DB0: hue angle of 226.54º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455DB0 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 93 | 176 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.31 |
| HSL | 226.54º | 0.44% | 0.48% | - |
| HSV(B) | 226.54º | 0.61% | 0.69% | - |
| XYZ | 14.21 | 12.23 | 42.69 | - |
| YUV | 95.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 176 | 0.61 | 0.47 | 0 | 0.31 | 226.54 | 0.44 | 0.48 |
| Hex | 45 | 5D | B0 | 3D | 2F | 0 | 1F | E3 | 2C | 30 |
| Octal | 105 | 135 | 260 | 75 | 57 | 0 | 37 | 343 | 54 | 60 |
| Binary | 1000101 | 1011101 | 10110000 | 111101 | 101111 | 0 | 11111 | 11100011 | 101100 | 110000 |
Color Harmonies of #455DB0
Complementary color
Monochromatic Colors of #455DB0
Black with #455DB0
Text Example
Text Example
White with #455DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DB0; }
p { color: rgb(69,93,176); }
H1.HeaderClassName
{
color: #455DB0;
}
.AnyTagClassName
{
color: #455DB0;
}
</style>
background-color css
<style>
a { background-color: #455DB0; }
a { background-color: rgb(69,93,176); }
div.DivClassName
{
background-color: #455DB0;
}
.BgClassName
{
background-color: #455DB0;
}
</style>
border-color css
<style>
span { border-color: #455DB0; }
span { border-color: rgb(69,93,176); }
td.TdClassName
{
border-color: #455DB0;
}
.TagClassName
{
border-color: #455DB0;
}
</style>