Shades of Ship Cove #748DAA
Tints of Ship Cove #748DAA
RGB
CMYK
RGB Variations
Color information
#748DAA (or 0x748DAA) is known color: Ship Cove. HEX triplet: 74, 8D and AA. RGB value is (116,141,170). Sum of RGB (Red+Green+Blue) = 116+141+170=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #748DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DAA is #8B7255. Grayscale: #888888. Windows color (decimal): -9138774 or 11177332. OLE color: 11177332.
HSL color Cylindrical-coordinate representation of color #748DAA: hue angle of 212.22º 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 #748DAA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 141 | 170 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.33 |
| HSL | 212.22º | 0.24% | 0.56% | - |
| HSV(B) | 212.22º | 0.32% | 0.67% | - |
| XYZ | 23.98 | 25.67 | 41.72 | - |
| YUV | 136.83 | 146.72 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 170 | 0.32 | 0.17 | 0 | 0.33 | 212.22 | 0.24 | 0.56 |
| Hex | 74 | 8D | AA | 20 | 11 | 0 | 21 | D4 | 18 | 38 |
| Octal | 164 | 215 | 252 | 40 | 21 | 0 | 41 | 324 | 30 | 70 |
| Binary | 1110100 | 10001101 | 10101010 | 100000 | 10001 | 0 | 100001 | 11010100 | 11000 | 111000 |
Color Harmonies of #748DAA
Complementary color
Monochromatic Colors of #748DAA
Black with #748DAA
Text Example
Text Example
White with #748DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DAA; }
p { color: rgb(116,141,170); }
H1.HeaderClassName
{
color: #748DAA;
}
.AnyTagClassName
{
color: #748DAA;
}
</style>
background-color css
<style>
a { background-color: #748DAA; }
a { background-color: rgb(116,141,170); }
div.DivClassName
{
background-color: #748DAA;
}
.BgClassName
{
background-color: #748DAA;
}
</style>
border-color css
<style>
span { border-color: #748DAA; }
span { border-color: rgb(116,141,170); }
td.TdClassName
{
border-color: #748DAA;
}
.TagClassName
{
border-color: #748DAA;
}
</style>