Shades of Ship Cove #747DAA
Tints of Ship Cove #747DAA
RGB
CMYK
RGB Variations
Color information
#747DAA (or 0x747DAA) is known color: Ship Cove. HEX triplet: 74, 7D and AA. RGB value is (116,125,170). Sum of RGB (Red+Green+Blue) = 116+125+170=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #747DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DAA is #8B8255. Grayscale: #7F7F7F. Windows color (decimal): -9142870 or 11173236. OLE color: 11173236.
HSL color Cylindrical-coordinate representation of color #747DAA: hue angle of 230º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #747DAA is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 125 | 170 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.33 |
| HSL | 230º | 0.24% | 0.56% | - |
| HSV(B) | 230º | 0.32% | 0.67% | - |
| XYZ | 21.79 | 21.28 | 40.99 | - |
| YUV | 127.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 170 | 0.32 | 0.26 | 0 | 0.33 | 230 | 0.24 | 0.56 |
| Hex | 74 | 7D | AA | 20 | 1A | 0 | 21 | E6 | 18 | 38 |
| Octal | 164 | 175 | 252 | 40 | 32 | 0 | 41 | 346 | 30 | 70 |
| Binary | 1110100 | 1111101 | 10101010 | 100000 | 11010 | 0 | 100001 | 11100110 | 11000 | 111000 |
Color Harmonies of #747DAA
Complementary color
Monochromatic Colors of #747DAA
Black with #747DAA
Text Example
Text Example
White with #747DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747DAA; }
p { color: rgb(116,125,170); }
H1.HeaderClassName
{
color: #747DAA;
}
.AnyTagClassName
{
color: #747DAA;
}
</style>
background-color css
<style>
a { background-color: #747DAA; }
a { background-color: rgb(116,125,170); }
div.DivClassName
{
background-color: #747DAA;
}
.BgClassName
{
background-color: #747DAA;
}
</style>
border-color css
<style>
span { border-color: #747DAA; }
span { border-color: rgb(116,125,170); }
td.TdClassName
{
border-color: #747DAA;
}
.TagClassName
{
border-color: #747DAA;
}
</style>