Shades of Mariner #4765AF
Tints of Mariner #4765AF
RGB
CMYK
RGB Variations
Color information
#4765AF (or 0x4765AF) is known color: Mariner. HEX triplet: 47, 65 and AF. RGB value is (71,101,175). Sum of RGB (Red+Green+Blue) = 71+101+175=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #4765AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4765AF is #B89A50. Grayscale: #646464. Windows color (decimal): -12098129 or 11494727. OLE color: 11494727.
HSL color Cylindrical-coordinate representation of color #4765AF: hue angle of 222.69º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4765AF is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 101 | 175 | - |
| CMYK | 0.59 | 0.42 | 0 | 0.31 |
| HSL | 222.69º | 0.42% | 0.48% | - |
| HSV(B) | 222.69º | 0.59% | 0.69% | - |
| XYZ | 14.99 | 13.74 | 42.42 | - |
| YUV | 100.47 | 170.06 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 175 | 0.59 | 0.42 | 0 | 0.31 | 222.69 | 0.42 | 0.48 |
| Hex | 47 | 65 | AF | 3B | 2A | 0 | 1F | DF | 2A | 30 |
| Octal | 107 | 145 | 257 | 73 | 52 | 0 | 37 | 337 | 52 | 60 |
| Binary | 1000111 | 1100101 | 10101111 | 111011 | 101010 | 0 | 11111 | 11011111 | 101010 | 110000 |
Color Harmonies of #4765AF
Complementary color
Monochromatic Colors of #4765AF
Black with #4765AF
Text Example
Text Example
White with #4765AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4765AF; }
p { color: rgb(71,101,175); }
H1.HeaderClassName
{
color: #4765AF;
}
.AnyTagClassName
{
color: #4765AF;
}
</style>
background-color css
<style>
a { background-color: #4765AF; }
a { background-color: rgb(71,101,175); }
div.DivClassName
{
background-color: #4765AF;
}
.BgClassName
{
background-color: #4765AF;
}
</style>
border-color css
<style>
span { border-color: #4765AF; }
span { border-color: rgb(71,101,175); }
td.TdClassName
{
border-color: #4765AF;
}
.TagClassName
{
border-color: #4765AF;
}
</style>