Shades of Mariner #455AAF
Tints of Mariner #455AAF
RGB
CMYK
RGB Variations
Color information
#455AAF (or 0x455AAF) is known color: Mariner. HEX triplet: 45, 5A and AF. RGB value is (69,90,175). Sum of RGB (Red+Green+Blue) = 69+90+175=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #455AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455AAF is #BAA550. Grayscale: #5D5D5D. Windows color (decimal): -12232017 or 11491909. OLE color: 11491909.
HSL color Cylindrical-coordinate representation of color #455AAF: hue angle of 228.11º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #455AAF is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 90 | 175 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.31 |
| HSL | 228.11º | 0.43% | 0.48% | - |
| HSV(B) | 228.11º | 0.61% | 0.69% | - |
| XYZ | 13.85 | 11.67 | 42.08 | - |
| YUV | 93.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 175 | 0.61 | 0.49 | 0 | 0.31 | 228.11 | 0.43 | 0.48 |
| Hex | 45 | 5A | AF | 3D | 31 | 0 | 1F | E4 | 2B | 30 |
| Octal | 105 | 132 | 257 | 75 | 61 | 0 | 37 | 344 | 53 | 60 |
| Binary | 1000101 | 1011010 | 10101111 | 111101 | 110001 | 0 | 11111 | 11100100 | 101011 | 110000 |
Color Harmonies of #455AAF
Complementary color
Monochromatic Colors of #455AAF
Black with #455AAF
Text Example
Text Example
White with #455AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455AAF; }
p { color: rgb(69,90,175); }
H1.HeaderClassName
{
color: #455AAF;
}
.AnyTagClassName
{
color: #455AAF;
}
</style>
background-color css
<style>
a { background-color: #455AAF; }
a { background-color: rgb(69,90,175); }
div.DivClassName
{
background-color: #455AAF;
}
.BgClassName
{
background-color: #455AAF;
}
</style>
border-color css
<style>
span { border-color: #455AAF; }
span { border-color: rgb(69,90,175); }
td.TdClassName
{
border-color: #455AAF;
}
.TagClassName
{
border-color: #455AAF;
}
</style>