Shades of Ship Cove #748DAD
Tints of Ship Cove #748DAD
RGB
CMYK
RGB Variations
Color information
#748DAD (or 0x748DAD) is known color: Ship Cove. HEX triplet: 74, 8D and AD. RGB value is (116,141,173). Sum of RGB (Red+Green+Blue) = 116+141+173=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 173 - color contains mainly: blue. Hex color #748DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DAD is #8B7252. Grayscale: #898989. Windows color (decimal): -9138771 or 11373940. OLE color: 11373940.
HSL color Cylindrical-coordinate representation of color #748DAD: hue angle of 213.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748DAD is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 141 | 173 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.32 |
| HSL | 213.68º | 0.26% | 0.57% | - |
| HSV(B) | 213.68º | 0.33% | 0.68% | - |
| XYZ | 24.27 | 25.78 | 43.23 | - |
| YUV | 137.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 173 | 0.33 | 0.18 | 0 | 0.32 | 213.68 | 0.26 | 0.57 |
| Hex | 74 | 8D | AD | 21 | 12 | 0 | 20 | D6 | 1A | 39 |
| Octal | 164 | 215 | 255 | 41 | 22 | 0 | 40 | 326 | 32 | 71 |
| Binary | 1110100 | 10001101 | 10101101 | 100001 | 10010 | 0 | 100000 | 11010110 | 11010 | 111001 |
Color Harmonies of #748DAD
Complementary color
Monochromatic Colors of #748DAD
Black with #748DAD
Text Example
Text Example
White with #748DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DAD; }
p { color: rgb(116,141,173); }
H1.HeaderClassName
{
color: #748DAD;
}
.AnyTagClassName
{
color: #748DAD;
}
</style>
background-color css
<style>
a { background-color: #748DAD; }
a { background-color: rgb(116,141,173); }
div.DivClassName
{
background-color: #748DAD;
}
.BgClassName
{
background-color: #748DAD;
}
</style>
border-color css
<style>
span { border-color: #748DAD; }
span { border-color: rgb(116,141,173); }
td.TdClassName
{
border-color: #748DAD;
}
.TagClassName
{
border-color: #748DAD;
}
</style>