Shades of Ship Cove #748BAA
Tints of Ship Cove #748BAA
RGB
CMYK
RGB Variations
Color information
#748BAA (or 0x748BAA) is known color: Ship Cove. HEX triplet: 74, 8B and AA. RGB value is (116,139,170). Sum of RGB (Red+Green+Blue) = 116+139+170=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #748BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748BAA is #8B7455. Grayscale: #878787. Windows color (decimal): -9139286 or 11176820. OLE color: 11176820.
HSL color Cylindrical-coordinate representation of color #748BAA: hue angle of 214.44º 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 #748BAA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 139 | 170 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.33 |
| HSL | 214.44º | 0.24% | 0.56% | - |
| HSV(B) | 214.44º | 0.32% | 0.67% | - |
| XYZ | 23.69 | 25.08 | 41.62 | - |
| YUV | 135.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 170 | 0.32 | 0.18 | 0 | 0.33 | 214.44 | 0.24 | 0.56 |
| Hex | 74 | 8B | AA | 20 | 12 | 0 | 21 | D6 | 18 | 38 |
| Octal | 164 | 213 | 252 | 40 | 22 | 0 | 41 | 326 | 30 | 70 |
| Binary | 1110100 | 10001011 | 10101010 | 100000 | 10010 | 0 | 100001 | 11010110 | 11000 | 111000 |
Color Harmonies of #748BAA
Complementary color
Monochromatic Colors of #748BAA
Black with #748BAA
Text Example
Text Example
White with #748BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BAA; }
p { color: rgb(116,139,170); }
H1.HeaderClassName
{
color: #748BAA;
}
.AnyTagClassName
{
color: #748BAA;
}
</style>
background-color css
<style>
a { background-color: #748BAA; }
a { background-color: rgb(116,139,170); }
div.DivClassName
{
background-color: #748BAA;
}
.BgClassName
{
background-color: #748BAA;
}
</style>
border-color css
<style>
span { border-color: #748BAA; }
span { border-color: rgb(116,139,170); }
td.TdClassName
{
border-color: #748BAA;
}
.TagClassName
{
border-color: #748BAA;
}
</style>