Shades of Ship Cove #7488AA
Tints of Ship Cove #7488AA
RGB
CMYK
RGB Variations
Color information
#7488AA (or 0x7488AA) is known color: Ship Cove. HEX triplet: 74, 88 and AA. RGB value is (116,136,170). Sum of RGB (Red+Green+Blue) = 116+136+170=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #7488AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7488AA is #8B7755. Grayscale: #858585. Windows color (decimal): -9140054 or 11176052. OLE color: 11176052.
HSL color Cylindrical-coordinate representation of color #7488AA: hue angle of 217.78º 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 #7488AA is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 136 | 170 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.33 |
| HSL | 217.78º | 0.24% | 0.56% | - |
| HSV(B) | 217.78º | 0.32% | 0.67% | - |
| XYZ | 23.26 | 24.22 | 41.48 | - |
| YUV | 133.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 136 | 170 | 0.32 | 0.20 | 0 | 0.33 | 217.78 | 0.24 | 0.56 |
| Hex | 74 | 88 | AA | 20 | 14 | 0 | 21 | DA | 18 | 38 |
| Octal | 164 | 210 | 252 | 40 | 24 | 0 | 41 | 332 | 30 | 70 |
| Binary | 1110100 | 10001000 | 10101010 | 100000 | 10100 | 0 | 100001 | 11011010 | 11000 | 111000 |
Color Harmonies of #7488AA
Complementary color
Monochromatic Colors of #7488AA
Black with #7488AA
Text Example
Text Example
White with #7488AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7488AA; }
p { color: rgb(116,136,170); }
H1.HeaderClassName
{
color: #7488AA;
}
.AnyTagClassName
{
color: #7488AA;
}
</style>
background-color css
<style>
a { background-color: #7488AA; }
a { background-color: rgb(116,136,170); }
div.DivClassName
{
background-color: #7488AA;
}
.BgClassName
{
background-color: #7488AA;
}
</style>
border-color css
<style>
span { border-color: #7488AA; }
span { border-color: rgb(116,136,170); }
td.TdClassName
{
border-color: #7488AA;
}
.TagClassName
{
border-color: #7488AA;
}
</style>