Shades of Mariner #455A9A
Tints of Mariner #455A9A
RGB
CMYK
RGB Variations
Color information
#455A9A (or 0x455A9A) is known color: Mariner. HEX triplet: 45, 5A and 9A. RGB value is (69,90,154). Sum of RGB (Red+Green+Blue) = 69+90+154=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 154 (60.55% from 255 or 49.20% from 313); Max value from RGB is 154 - color contains mainly: blue. Hex color #455A9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A9A is #BAA565. Grayscale: #5A5A5A. Windows color (decimal): -12232038 or 10115653. OLE color: 10115653.
HSL color Cylindrical-coordinate representation of color #455A9A: hue angle of 225.18º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #455A9A is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 69 | 90 | 154 | - |
| CMYK | 0.55 | 0.42 | 0 | 0.40 |
| HSL | 225.18º | 0.38% | 0.44% | - |
| HSV(B) | 225.18º | 0.55% | 0.6% | - |
| XYZ | 11.94 | 10.91 | 32.05 | - |
| YUV | 91.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 154 | 0.55 | 0.42 | 0 | 0.40 | 225.18 | 0.38 | 0.44 |
| Hex | 45 | 5A | 9A | 37 | 2A | 0 | 28 | E1 | 26 | 2C |
| Octal | 105 | 132 | 232 | 67 | 52 | 0 | 50 | 341 | 46 | 54 |
| Binary | 1000101 | 1011010 | 10011010 | 110111 | 101010 | 0 | 101000 | 11100001 | 100110 | 101100 |
Color Harmonies of #455A9A
Complementary color
Monochromatic Colors of #455A9A
Black with #455A9A
Text Example
Text Example
White with #455A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A9A; }
p { color: rgb(69,90,154); }
H1.HeaderClassName
{
color: #455A9A;
}
.AnyTagClassName
{
color: #455A9A;
}
</style>
background-color css
<style>
a { background-color: #455A9A; }
a { background-color: rgb(69,90,154); }
div.DivClassName
{
background-color: #455A9A;
}
.BgClassName
{
background-color: #455A9A;
}
</style>
border-color css
<style>
span { border-color: #455A9A; }
span { border-color: rgb(69,90,154); }
td.TdClassName
{
border-color: #455A9A;
}
.TagClassName
{
border-color: #455A9A;
}
</style>