Shades of Mariner #4764AF
Tints of Mariner #4764AF
RGB
CMYK
RGB Variations
Color information
#4764AF (or 0x4764AF) is known color: Mariner. HEX triplet: 47, 64 and AF. RGB value is (71,100,175). Sum of RGB (Red+Green+Blue) = 71+100+175=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #4764AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4764AF is #B89B50. Grayscale: #636363. Windows color (decimal): -12098385 or 11494471. OLE color: 11494471.
HSL color Cylindrical-coordinate representation of color #4764AF: hue angle of 223.27º 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 #4764AF is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 100 | 175 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.31 |
| HSL | 223.27º | 0.42% | 0.48% | - |
| HSV(B) | 223.27º | 0.59% | 0.69% | - |
| XYZ | 14.89 | 13.55 | 42.39 | - |
| YUV | 99.88 | 170.39 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 175 | 0.59 | 0.43 | 0 | 0.31 | 223.27 | 0.42 | 0.48 |
| Hex | 47 | 64 | AF | 3B | 2B | 0 | 1F | DF | 2A | 30 |
| Octal | 107 | 144 | 257 | 73 | 53 | 0 | 37 | 337 | 52 | 60 |
| Binary | 1000111 | 1100100 | 10101111 | 111011 | 101011 | 0 | 11111 | 11011111 | 101010 | 110000 |
Color Harmonies of #4764AF
Complementary color
Monochromatic Colors of #4764AF
Black with #4764AF
Text Example
Text Example
White with #4764AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4764AF; }
p { color: rgb(71,100,175); }
H1.HeaderClassName
{
color: #4764AF;
}
.AnyTagClassName
{
color: #4764AF;
}
</style>
background-color css
<style>
a { background-color: #4764AF; }
a { background-color: rgb(71,100,175); }
div.DivClassName
{
background-color: #4764AF;
}
.BgClassName
{
background-color: #4764AF;
}
</style>
border-color css
<style>
span { border-color: #4764AF; }
span { border-color: rgb(71,100,175); }
td.TdClassName
{
border-color: #4764AF;
}
.TagClassName
{
border-color: #4764AF;
}
</style>