Shades of Ship Cove #747BA0
Tints of Ship Cove #747BA0
RGB
CMYK
RGB Variations
Color information
#747BA0 (or 0x747BA0) is known color: Ship Cove. HEX triplet: 74, 7B and A0. RGB value is (116,123,160). Sum of RGB (Red+Green+Blue) = 116+123+160=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #747BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA0 is #8B845F. Grayscale: #7C7C7C. Windows color (decimal): -9143392 or 10517364. OLE color: 10517364.
HSL color Cylindrical-coordinate representation of color #747BA0: hue angle of 230.45º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747BA0 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 116 | 123 | 160 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.37 |
| HSL | 230.45º | 0.19% | 0.54% | - |
| HSV(B) | 230.45º | 0.28% | 0.63% | - |
| XYZ | 20.63 | 20.42 | 36.11 | - |
| YUV | 125.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 160 | 0.28 | 0.23 | 0 | 0.37 | 230.45 | 0.19 | 0.54 |
| Hex | 74 | 7B | A0 | 1C | 17 | 0 | 25 | E6 | 13 | 36 |
| Octal | 164 | 173 | 240 | 34 | 27 | 0 | 45 | 346 | 23 | 66 |
| Binary | 1110100 | 1111011 | 10100000 | 11100 | 10111 | 0 | 100101 | 11100110 | 10011 | 110110 |
Color Harmonies of #747BA0
Complementary color
Monochromatic Colors of #747BA0
Black with #747BA0
Text Example
Text Example
White with #747BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BA0; }
p { color: rgb(116,123,160); }
H1.HeaderClassName
{
color: #747BA0;
}
.AnyTagClassName
{
color: #747BA0;
}
</style>
background-color css
<style>
a { background-color: #747BA0; }
a { background-color: rgb(116,123,160); }
div.DivClassName
{
background-color: #747BA0;
}
.BgClassName
{
background-color: #747BA0;
}
</style>
border-color css
<style>
span { border-color: #747BA0; }
span { border-color: rgb(116,123,160); }
td.TdClassName
{
border-color: #747BA0;
}
.TagClassName
{
border-color: #747BA0;
}
</style>