Shades of Ship Cove #748BA9
Tints of Ship Cove #748BA9
RGB
CMYK
RGB Variations
Color information
#748BA9 (or 0x748BA9) is known color: Ship Cove. HEX triplet: 74, 8B and A9. RGB value is (116,139,169). Sum of RGB (Red+Green+Blue) = 116+139+169=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 169 (66.41% from 255 or 39.86% from 424); Max value from RGB is 169 - color contains mainly: blue. Hex color #748BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748BA9 is #8B7456. Grayscale: #878787. Windows color (decimal): -9139287 or 11111284. OLE color: 11111284.
HSL color Cylindrical-coordinate representation of color #748BA9: hue angle of 213.96º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #748BA9 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 139 | 169 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.34 |
| HSL | 213.96º | 0.24% | 0.56% | - |
| HSV(B) | 213.96º | 0.31% | 0.66% | - |
| XYZ | 23.6 | 25.04 | 41.13 | - |
| YUV | 135.54 | 146.88 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 169 | 0.31 | 0.18 | 0 | 0.34 | 213.96 | 0.24 | 0.56 |
| Hex | 74 | 8B | A9 | 1F | 12 | 0 | 22 | D6 | 18 | 38 |
| Octal | 164 | 213 | 251 | 37 | 22 | 0 | 42 | 326 | 30 | 70 |
| Binary | 1110100 | 10001011 | 10101001 | 11111 | 10010 | 0 | 100010 | 11010110 | 11000 | 111000 |
Color Harmonies of #748BA9
Complementary color
Monochromatic Colors of #748BA9
Black with #748BA9
Text Example
Text Example
White with #748BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BA9; }
p { color: rgb(116,139,169); }
H1.HeaderClassName
{
color: #748BA9;
}
.AnyTagClassName
{
color: #748BA9;
}
</style>
background-color css
<style>
a { background-color: #748BA9; }
a { background-color: rgb(116,139,169); }
div.DivClassName
{
background-color: #748BA9;
}
.BgClassName
{
background-color: #748BA9;
}
</style>
border-color css
<style>
span { border-color: #748BA9; }
span { border-color: rgb(116,139,169); }
td.TdClassName
{
border-color: #748BA9;
}
.TagClassName
{
border-color: #748BA9;
}
</style>