Shades of Mariner #4768B1
Tints of Mariner #4768B1
RGB
CMYK
RGB Variations
Color information
#4768B1 (or 0x4768B1) is known color: Mariner. HEX triplet: 47, 68 and B1. RGB value is (71,104,177). Sum of RGB (Red+Green+Blue) = 71+104+177=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #4768B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4768B1 is #B8974E. Grayscale: #666666. Windows color (decimal): -12097359 or 11626567. OLE color: 11626567.
HSL color Cylindrical-coordinate representation of color #4768B1: hue angle of 221.32º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4768B1 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 104 | 177 | - |
| CMYK | 0.60 | 0.41 | 0 | 0.31 |
| HSL | 221.32º | 0.43% | 0.49% | - |
| HSV(B) | 221.32º | 0.6% | 0.69% | - |
| XYZ | 15.48 | 14.41 | 43.56 | - |
| YUV | 102.46 | 170.07 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 177 | 0.60 | 0.41 | 0 | 0.31 | 221.32 | 0.43 | 0.49 |
| Hex | 47 | 68 | B1 | 3C | 29 | 0 | 1F | DD | 2B | 31 |
| Octal | 107 | 150 | 261 | 74 | 51 | 0 | 37 | 335 | 53 | 61 |
| Binary | 1000111 | 1101000 | 10110001 | 111100 | 101001 | 0 | 11111 | 11011101 | 101011 | 110001 |
Color Harmonies of #4768B1
Complementary color
Monochromatic Colors of #4768B1
Black with #4768B1
Text Example
Text Example
White with #4768B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4768B1; }
p { color: rgb(71,104,177); }
H1.HeaderClassName
{
color: #4768B1;
}
.AnyTagClassName
{
color: #4768B1;
}
</style>
background-color css
<style>
a { background-color: #4768B1; }
a { background-color: rgb(71,104,177); }
div.DivClassName
{
background-color: #4768B1;
}
.BgClassName
{
background-color: #4768B1;
}
</style>
border-color css
<style>
span { border-color: #4768B1; }
span { border-color: rgb(71,104,177); }
td.TdClassName
{
border-color: #4768B1;
}
.TagClassName
{
border-color: #4768B1;
}
</style>