Shades of Mariner #4968A5
Tints of Mariner #4968A5
RGB
CMYK
RGB Variations
Color information
#4968A5 (or 0x4968A5) is known color: Mariner. HEX triplet: 49, 68 and A5. RGB value is (73,104,165). Sum of RGB (Red+Green+Blue) = 73+104+165=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #4968A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4968A5 is #B6975A. Grayscale: #656565. Windows color (decimal): -11966299 or 10840137. OLE color: 10840137.
HSL color Cylindrical-coordinate representation of color #4968A5: hue angle of 219.78º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4968A5 is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 104 | 165 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.35 |
| HSL | 219.78º | 0.39% | 0.47% | - |
| HSV(B) | 219.78º | 0.56% | 0.65% | - |
| XYZ | 14.49 | 14.03 | 37.54 | - |
| YUV | 101.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 165 | 0.56 | 0.37 | 0 | 0.35 | 219.78 | 0.39 | 0.47 |
| Hex | 49 | 68 | A5 | 38 | 25 | 0 | 23 | DC | 27 | 2F |
| Octal | 111 | 150 | 245 | 70 | 45 | 0 | 43 | 334 | 47 | 57 |
| Binary | 1001001 | 1101000 | 10100101 | 111000 | 100101 | 0 | 100011 | 11011100 | 100111 | 101111 |
Color Harmonies of #4968A5
Complementary color
Monochromatic Colors of #4968A5
Black with #4968A5
Text Example
Text Example
White with #4968A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4968A5; }
p { color: rgb(73,104,165); }
H1.HeaderClassName
{
color: #4968A5;
}
.AnyTagClassName
{
color: #4968A5;
}
</style>
background-color css
<style>
a { background-color: #4968A5; }
a { background-color: rgb(73,104,165); }
div.DivClassName
{
background-color: #4968A5;
}
.BgClassName
{
background-color: #4968A5;
}
</style>
border-color css
<style>
span { border-color: #4968A5; }
span { border-color: rgb(73,104,165); }
td.TdClassName
{
border-color: #4968A5;
}
.TagClassName
{
border-color: #4968A5;
}
</style>