Shades of Mariner #455C93
Tints of Mariner #455C93
RGB
CMYK
RGB Variations
Color information
#455C93 (or 0x455C93) is known color: Mariner. HEX triplet: 45, 5C and 93. RGB value is (69,92,147). Sum of RGB (Red+Green+Blue) = 69+92+147=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 92 (36.33% from 255 or 29.87% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #455C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455C93 is #BAA36C. Grayscale: #5B5B5B. Windows color (decimal): -12231533 or 9657413. OLE color: 9657413.
HSL color Cylindrical-coordinate representation of color #455C93: hue angle of 222.31º 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 #455C93 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 92 | 147 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.42 |
| HSL | 222.31º | 0.36% | 0.42% | - |
| HSV(B) | 222.31º | 0.53% | 0.58% | - |
| XYZ | 11.55 | 11.03 | 29.12 | - |
| YUV | 91.39 | 159.38 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 92 | 147 | 0.53 | 0.37 | 0 | 0.42 | 222.31 | 0.36 | 0.42 |
| Hex | 45 | 5C | 93 | 35 | 25 | 0 | 2A | DE | 24 | 2A |
| Octal | 105 | 134 | 223 | 65 | 45 | 0 | 52 | 336 | 44 | 52 |
| Binary | 1000101 | 1011100 | 10010011 | 110101 | 100101 | 0 | 101010 | 11011110 | 100100 | 101010 |
Color Harmonies of #455C93
Complementary color
Monochromatic Colors of #455C93
Black with #455C93
Text Example
Text Example
White with #455C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455C93; }
p { color: rgb(69,92,147); }
H1.HeaderClassName
{
color: #455C93;
}
.AnyTagClassName
{
color: #455C93;
}
</style>
background-color css
<style>
a { background-color: #455C93; }
a { background-color: rgb(69,92,147); }
div.DivClassName
{
background-color: #455C93;
}
.BgClassName
{
background-color: #455C93;
}
</style>
border-color css
<style>
span { border-color: #455C93; }
span { border-color: rgb(69,92,147); }
td.TdClassName
{
border-color: #455C93;
}
.TagClassName
{
border-color: #455C93;
}
</style>