Shades of Mariner #4566AE
Tints of Mariner #4566AE
RGB
CMYK
RGB Variations
Color information
#4566AE (or 0x4566AE) is known color: Mariner. HEX triplet: 45, 66 and AE. RGB value is (69,102,174). Sum of RGB (Red+Green+Blue) = 69+102+174=345 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #4566AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4566AE is #BA9951. Grayscale: #646464. Windows color (decimal): -12228946 or 11429445. OLE color: 11429445.
HSL color Cylindrical-coordinate representation of color #4566AE: hue angle of 221.14º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4566AE is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 69 | 102 | 174 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.32 |
| HSL | 221.14º | 0.43% | 0.48% | - |
| HSV(B) | 221.14º | 0.6% | 0.68% | - |
| XYZ | 14.85 | 13.82 | 41.93 | - |
| YUV | 100.34 | 169.57 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 174 | 0.60 | 0.41 | 0 | 0.32 | 221.14 | 0.43 | 0.48 |
| Hex | 45 | 66 | AE | 3C | 29 | 0 | 20 | DD | 2B | 30 |
| Octal | 105 | 146 | 256 | 74 | 51 | 0 | 40 | 335 | 53 | 60 |
| Binary | 1000101 | 1100110 | 10101110 | 111100 | 101001 | 0 | 100000 | 11011101 | 101011 | 110000 |
Color Harmonies of #4566AE
Complementary color
Monochromatic Colors of #4566AE
Black with #4566AE
Text Example
Text Example
White with #4566AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4566AE; }
p { color: rgb(69,102,174); }
H1.HeaderClassName
{
color: #4566AE;
}
.AnyTagClassName
{
color: #4566AE;
}
</style>
background-color css
<style>
a { background-color: #4566AE; }
a { background-color: rgb(69,102,174); }
div.DivClassName
{
background-color: #4566AE;
}
.BgClassName
{
background-color: #4566AE;
}
</style>
border-color css
<style>
span { border-color: #4566AE; }
span { border-color: rgb(69,102,174); }
td.TdClassName
{
border-color: #4566AE;
}
.TagClassName
{
border-color: #4566AE;
}
</style>