Shades of Mariner #4468AE
Tints of Mariner #4468AE
RGB
CMYK
RGB Variations
Color information
#4468AE (or 0x4468AE) is known color: Mariner. HEX triplet: 44, 68 and AE. RGB value is (68,104,174). Sum of RGB (Red+Green+Blue) = 68+104+174=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #4468AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4468AE is #BB9751. Grayscale: #646464. Windows color (decimal): -12293970 or 11429956. OLE color: 11429956.
HSL color Cylindrical-coordinate representation of color #4468AE: hue angle of 219.62º 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 #4468AE is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 104 | 174 | - |
| CMYK | 0.61 | 0.40 | 0 | 0.32 |
| HSL | 219.62º | 0.44% | 0.47% | - |
| HSV(B) | 219.62º | 0.61% | 0.68% | - |
| XYZ | 14.97 | 14.19 | 41.99 | - |
| YUV | 101.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 174 | 0.61 | 0.40 | 0 | 0.32 | 219.62 | 0.44 | 0.47 |
| Hex | 44 | 68 | AE | 3D | 28 | 0 | 20 | DC | 2C | 2F |
| Octal | 104 | 150 | 256 | 75 | 50 | 0 | 40 | 334 | 54 | 57 |
| Binary | 1000100 | 1101000 | 10101110 | 111101 | 101000 | 0 | 100000 | 11011100 | 101100 | 101111 |
Color Harmonies of #4468AE
Complementary color
Monochromatic Colors of #4468AE
Black with #4468AE
Text Example
Text Example
White with #4468AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4468AE; }
p { color: rgb(68,104,174); }
H1.HeaderClassName
{
color: #4468AE;
}
.AnyTagClassName
{
color: #4468AE;
}
</style>
background-color css
<style>
a { background-color: #4468AE; }
a { background-color: rgb(68,104,174); }
div.DivClassName
{
background-color: #4468AE;
}
.BgClassName
{
background-color: #4468AE;
}
</style>
border-color css
<style>
span { border-color: #4468AE; }
span { border-color: rgb(68,104,174); }
td.TdClassName
{
border-color: #4468AE;
}
.TagClassName
{
border-color: #4468AE;
}
</style>