Shades of Mariner #4459AE
Tints of Mariner #4459AE
RGB
CMYK
RGB Variations
Color information
#4459AE (or 0x4459AE) is known color: Mariner. HEX triplet: 44, 59 and AE. RGB value is (68,89,174). Sum of RGB (Red+Green+Blue) = 68+89+174=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #4459AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4459AE is #BBA651. Grayscale: #5C5C5C. Windows color (decimal): -12297810 or 11426116. OLE color: 11426116.
HSL color Cylindrical-coordinate representation of color #4459AE: hue angle of 228.11º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4459AE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 89 | 174 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.32 |
| HSL | 228.11º | 0.44% | 0.47% | - |
| HSV(B) | 228.11º | 0.61% | 0.68% | - |
| XYZ | 13.6 | 11.43 | 41.53 | - |
| YUV | 92.41 | 174.04 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 89 | 174 | 0.61 | 0.49 | 0 | 0.32 | 228.11 | 0.44 | 0.47 |
| Hex | 44 | 59 | AE | 3D | 31 | 0 | 20 | E4 | 2C | 2F |
| Octal | 104 | 131 | 256 | 75 | 61 | 0 | 40 | 344 | 54 | 57 |
| Binary | 1000100 | 1011001 | 10101110 | 111101 | 110001 | 0 | 100000 | 11100100 | 101100 | 101111 |
Color Harmonies of #4459AE
Complementary color
Monochromatic Colors of #4459AE
Black with #4459AE
Text Example
Text Example
White with #4459AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4459AE; }
p { color: rgb(68,89,174); }
H1.HeaderClassName
{
color: #4459AE;
}
.AnyTagClassName
{
color: #4459AE;
}
</style>
background-color css
<style>
a { background-color: #4459AE; }
a { background-color: rgb(68,89,174); }
div.DivClassName
{
background-color: #4459AE;
}
.BgClassName
{
background-color: #4459AE;
}
</style>
border-color css
<style>
span { border-color: #4459AE; }
span { border-color: rgb(68,89,174); }
td.TdClassName
{
border-color: #4459AE;
}
.TagClassName
{
border-color: #4459AE;
}
</style>