Shades of Mariner #455DA3
Tints of Mariner #455DA3
RGB
CMYK
RGB Variations
Color information
#455DA3 (or 0x455DA3) is known color: Mariner. HEX triplet: 45, 5D and A3. RGB value is (69,93,163). Sum of RGB (Red+Green+Blue) = 69+93+163=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 163 (64.06% from 255 or 50.15% from 325); Max value from RGB is 163 - color contains mainly: blue. Hex color #455DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DA3 is #BAA25C. Grayscale: #5D5D5D. Windows color (decimal): -12231261 or 10706245. OLE color: 10706245.
HSL color Cylindrical-coordinate representation of color #455DA3: hue angle of 224.68º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #455DA3 is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 93 | 163 | - |
| CMYK | 0.58 | 0.43 | 0 | 0.36 |
| HSL | 224.68º | 0.41% | 0.45% | - |
| HSV(B) | 224.68º | 0.58% | 0.64% | - |
| XYZ | 12.98 | 11.74 | 36.23 | - |
| YUV | 93.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 93 | 163 | 0.58 | 0.43 | 0 | 0.36 | 224.68 | 0.41 | 0.45 |
| Hex | 45 | 5D | A3 | 3A | 2B | 0 | 24 | E1 | 29 | 2D |
| Octal | 105 | 135 | 243 | 72 | 53 | 0 | 44 | 341 | 51 | 55 |
| Binary | 1000101 | 1011101 | 10100011 | 111010 | 101011 | 0 | 100100 | 11100001 | 101001 | 101101 |
Color Harmonies of #455DA3
Complementary color
Monochromatic Colors of #455DA3
Black with #455DA3
Text Example
Text Example
White with #455DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455DA3; }
p { color: rgb(69,93,163); }
H1.HeaderClassName
{
color: #455DA3;
}
.AnyTagClassName
{
color: #455DA3;
}
</style>
background-color css
<style>
a { background-color: #455DA3; }
a { background-color: rgb(69,93,163); }
div.DivClassName
{
background-color: #455DA3;
}
.BgClassName
{
background-color: #455DA3;
}
</style>
border-color css
<style>
span { border-color: #455DA3; }
span { border-color: rgb(69,93,163); }
td.TdClassName
{
border-color: #455DA3;
}
.TagClassName
{
border-color: #455DA3;
}
</style>