Shades of Mariner #455F90
Tints of Mariner #455F90
RGB
CMYK
RGB Variations
Color information
#455F90 (or 0x455F90) is known color: Mariner. HEX triplet: 45, 5F and 90. RGB value is (69,95,144). Sum of RGB (Red+Green+Blue) = 69+95+144=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #455F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455F90 is #BAA06F. Grayscale: #5C5C5C. Windows color (decimal): -12230768 or 9461573. OLE color: 9461573.
HSL color Cylindrical-coordinate representation of color #455F90: hue angle of 219.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455F90 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 69 | 95 | 144 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.44 |
| HSL | 219.2º | 0.35% | 0.42% | - |
| HSV(B) | 219.2º | 0.52% | 0.56% | - |
| XYZ | 11.58 | 11.46 | 27.99 | - |
| YUV | 92.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 144 | 0.52 | 0.34 | 0 | 0.44 | 219.2 | 0.35 | 0.42 |
| Hex | 45 | 5F | 90 | 34 | 22 | 0 | 2C | DB | 23 | 2A |
| Octal | 105 | 137 | 220 | 64 | 42 | 0 | 54 | 333 | 43 | 52 |
| Binary | 1000101 | 1011111 | 10010000 | 110100 | 100010 | 0 | 101100 | 11011011 | 100011 | 101010 |
Color Harmonies of #455F90
Complementary color
Monochromatic Colors of #455F90
Black with #455F90
Text Example
Text Example
White with #455F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F90; }
p { color: rgb(69,95,144); }
H1.HeaderClassName
{
color: #455F90;
}
.AnyTagClassName
{
color: #455F90;
}
</style>
background-color css
<style>
a { background-color: #455F90; }
a { background-color: rgb(69,95,144); }
div.DivClassName
{
background-color: #455F90;
}
.BgClassName
{
background-color: #455F90;
}
</style>
border-color css
<style>
span { border-color: #455F90; }
span { border-color: rgb(69,95,144); }
td.TdClassName
{
border-color: #455F90;
}
.TagClassName
{
border-color: #455F90;
}
</style>