Shades of Mariner #4264AE
Tints of Mariner #4264AE
RGB
CMYK
RGB Variations
Color information
#4264AE (or 0x4264AE) is known color: Mariner. HEX triplet: 42, 64 and AE. RGB value is (66,100,174). Sum of RGB (Red+Green+Blue) = 66+100+174=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #4264AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4264AE is #BD9B51. Grayscale: #616161. Windows color (decimal): -12426066 or 11428930. OLE color: 11428930.
HSL color Cylindrical-coordinate representation of color #4264AE: hue angle of 221.11º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4264AE is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 100 | 174 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.32 |
| HSL | 221.11º | 0.45% | 0.47% | - |
| HSV(B) | 221.11º | 0.62% | 0.68% | - |
| XYZ | 14.44 | 13.33 | 41.86 | - |
| YUV | 98.27 | 170.74 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 174 | 0.62 | 0.43 | 0 | 0.32 | 221.11 | 0.45 | 0.47 |
| Hex | 42 | 64 | AE | 3E | 2B | 0 | 20 | DD | 2D | 2F |
| Octal | 102 | 144 | 256 | 76 | 53 | 0 | 40 | 335 | 55 | 57 |
| Binary | 1000010 | 1100100 | 10101110 | 111110 | 101011 | 0 | 100000 | 11011101 | 101101 | 101111 |
Color Harmonies of #4264AE
Complementary color
Monochromatic Colors of #4264AE
Black with #4264AE
Text Example
Text Example
White with #4264AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4264AE; }
p { color: rgb(66,100,174); }
H1.HeaderClassName
{
color: #4264AE;
}
.AnyTagClassName
{
color: #4264AE;
}
</style>
background-color css
<style>
a { background-color: #4264AE; }
a { background-color: rgb(66,100,174); }
div.DivClassName
{
background-color: #4264AE;
}
.BgClassName
{
background-color: #4264AE;
}
</style>
border-color css
<style>
span { border-color: #4264AE; }
span { border-color: rgb(66,100,174); }
td.TdClassName
{
border-color: #4264AE;
}
.TagClassName
{
border-color: #4264AE;
}
</style>