Shades of Mariner #4763AF
Tints of Mariner #4763AF
RGB
CMYK
RGB Variations
Color information
#4763AF (or 0x4763AF) is known color: Mariner. HEX triplet: 47, 63 and AF. RGB value is (71,99,175). Sum of RGB (Red+Green+Blue) = 71+99+175=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #4763AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4763AF is #B89C50. Grayscale: #626262. Windows color (decimal): -12098641 or 11494215. OLE color: 11494215.
HSL color Cylindrical-coordinate representation of color #4763AF: hue angle of 223.85º 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 #4763AF is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 99 | 175 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.31 |
| HSL | 223.85º | 0.42% | 0.48% | - |
| HSV(B) | 223.85º | 0.59% | 0.69% | - |
| XYZ | 14.8 | 13.36 | 42.36 | - |
| YUV | 99.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 175 | 0.59 | 0.43 | 0 | 0.31 | 223.85 | 0.42 | 0.48 |
| Hex | 47 | 63 | AF | 3B | 2B | 0 | 1F | E0 | 2A | 30 |
| Octal | 107 | 143 | 257 | 73 | 53 | 0 | 37 | 340 | 52 | 60 |
| Binary | 1000111 | 1100011 | 10101111 | 111011 | 101011 | 0 | 11111 | 11100000 | 101010 | 110000 |
Color Harmonies of #4763AF
Complementary color
Monochromatic Colors of #4763AF
Black with #4763AF
Text Example
Text Example
White with #4763AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4763AF; }
p { color: rgb(71,99,175); }
H1.HeaderClassName
{
color: #4763AF;
}
.AnyTagClassName
{
color: #4763AF;
}
</style>
background-color css
<style>
a { background-color: #4763AF; }
a { background-color: rgb(71,99,175); }
div.DivClassName
{
background-color: #4763AF;
}
.BgClassName
{
background-color: #4763AF;
}
</style>
border-color css
<style>
span { border-color: #4763AF; }
span { border-color: rgb(71,99,175); }
td.TdClassName
{
border-color: #4763AF;
}
.TagClassName
{
border-color: #4763AF;
}
</style>