Shades of Ship Cove #748DAB
Tints of Ship Cove #748DAB
RGB
CMYK
RGB Variations
Color information
#748DAB (or 0x748DAB) is known color: Ship Cove. HEX triplet: 74, 8D and AB. RGB value is (116,141,171). Sum of RGB (Red+Green+Blue) = 116+141+171=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #748DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DAB is #8B7254. Grayscale: #888888. Windows color (decimal): -9138773 or 11242868. OLE color: 11242868.
HSL color Cylindrical-coordinate representation of color #748DAB: hue angle of 212.73º degrees, saturation: 0.25, 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 #748DAB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 116 | 141 | 171 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.33 |
| HSL | 212.73º | 0.25% | 0.56% | - |
| HSV(B) | 212.73º | 0.32% | 0.67% | - |
| XYZ | 24.08 | 25.7 | 42.22 | - |
| YUV | 136.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 171 | 0.32 | 0.18 | 0 | 0.33 | 212.73 | 0.25 | 0.56 |
| Hex | 74 | 8D | AB | 20 | 12 | 0 | 21 | D5 | 19 | 38 |
| Octal | 164 | 215 | 253 | 40 | 22 | 0 | 41 | 325 | 31 | 70 |
| Binary | 1110100 | 10001101 | 10101011 | 100000 | 10010 | 0 | 100001 | 11010101 | 11001 | 111000 |
Color Harmonies of #748DAB
Complementary color
Monochromatic Colors of #748DAB
Black with #748DAB
Text Example
Text Example
White with #748DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DAB; }
p { color: rgb(116,141,171); }
H1.HeaderClassName
{
color: #748DAB;
}
.AnyTagClassName
{
color: #748DAB;
}
</style>
background-color css
<style>
a { background-color: #748DAB; }
a { background-color: rgb(116,141,171); }
div.DivClassName
{
background-color: #748DAB;
}
.BgClassName
{
background-color: #748DAB;
}
</style>
border-color css
<style>
span { border-color: #748DAB; }
span { border-color: rgb(116,141,171); }
td.TdClassName
{
border-color: #748DAB;
}
.TagClassName
{
border-color: #748DAB;
}
</style>