Shades of Ship Cove #747FA6
Tints of Ship Cove #747FA6
RGB
CMYK
RGB Variations
Color information
#747FA6 (or 0x747FA6) is known color: Ship Cove. HEX triplet: 74, 7F and A6. RGB value is (116,127,166). Sum of RGB (Red+Green+Blue) = 116+127+166=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #747FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FA6 is #8B8059. Grayscale: #7F7F7F. Windows color (decimal): -9142362 or 10911604. OLE color: 10911604.
HSL color Cylindrical-coordinate representation of color #747FA6: hue angle of 226.8º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #747FA6 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 116 | 127 | 166 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.35 |
| HSL | 226.8º | 0.22% | 0.55% | - |
| HSV(B) | 226.8º | 0.3% | 0.65% | - |
| XYZ | 21.67 | 21.64 | 39.11 | - |
| YUV | 128.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 166 | 0.30 | 0.23 | 0 | 0.35 | 226.8 | 0.22 | 0.55 |
| Hex | 74 | 7F | A6 | 1E | 17 | 0 | 23 | E3 | 16 | 37 |
| Octal | 164 | 177 | 246 | 36 | 27 | 0 | 43 | 343 | 26 | 67 |
| Binary | 1110100 | 1111111 | 10100110 | 11110 | 10111 | 0 | 100011 | 11100011 | 10110 | 110111 |
Color Harmonies of #747FA6
Complementary color
Monochromatic Colors of #747FA6
Black with #747FA6
Text Example
Text Example
White with #747FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FA6; }
p { color: rgb(116,127,166); }
H1.HeaderClassName
{
color: #747FA6;
}
.AnyTagClassName
{
color: #747FA6;
}
</style>
background-color css
<style>
a { background-color: #747FA6; }
a { background-color: rgb(116,127,166); }
div.DivClassName
{
background-color: #747FA6;
}
.BgClassName
{
background-color: #747FA6;
}
</style>
border-color css
<style>
span { border-color: #747FA6; }
span { border-color: rgb(116,127,166); }
td.TdClassName
{
border-color: #747FA6;
}
.TagClassName
{
border-color: #747FA6;
}
</style>