Shades of Mariner #455D93
Tints of Mariner #455D93
RGB
CMYK
RGB Variations
Color information
#455D93 (or 0x455D93) is known color: Mariner. HEX triplet: 45, 5D and 93. RGB value is (69,93,147). Sum of RGB (Red+Green+Blue) = 69+93+147=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #455D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455D93 is #BAA26C. Grayscale: #5B5B5B. Windows color (decimal): -12231277 or 9657669. OLE color: 9657669.
HSL color Cylindrical-coordinate representation of color #455D93: hue angle of 221.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #455D93 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 93 | 147 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.42 |
| HSL | 221.54º | 0.36% | 0.42% | - |
| HSV(B) | 221.54º | 0.53% | 0.58% | - |
| XYZ | 11.64 | 11.2 | 29.15 | - |
| YUV | 91.98 | 159.05 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 147 | 0.53 | 0.37 | 0 | 0.42 | 221.54 | 0.36 | 0.42 |
| Hex | 45 | 5D | 93 | 35 | 25 | 0 | 2A | DE | 24 | 2A |
| Octal | 105 | 135 | 223 | 65 | 45 | 0 | 52 | 336 | 44 | 52 |
| Binary | 1000101 | 1011101 | 10010011 | 110101 | 100101 | 0 | 101010 | 11011110 | 100100 | 101010 |
Color Harmonies of #455D93
Complementary color
Monochromatic Colors of #455D93
Black with #455D93
Text Example
Text Example
White with #455D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455D93; }
p { color: rgb(69,93,147); }
H1.HeaderClassName
{
color: #455D93;
}
.AnyTagClassName
{
color: #455D93;
}
</style>
background-color css
<style>
a { background-color: #455D93; }
a { background-color: rgb(69,93,147); }
div.DivClassName
{
background-color: #455D93;
}
.BgClassName
{
background-color: #455D93;
}
</style>
border-color css
<style>
span { border-color: #455D93; }
span { border-color: rgb(69,93,147); }
td.TdClassName
{
border-color: #455D93;
}
.TagClassName
{
border-color: #455D93;
}
</style>