Shades of Ship Cove #748CAD
Tints of Ship Cove #748CAD
RGB
CMYK
RGB Variations
Color information
#748CAD (or 0x748CAD) is known color: Ship Cove. HEX triplet: 74, 8C and AD. RGB value is (116,140,173). Sum of RGB (Red+Green+Blue) = 116+140+173=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #748CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CAD is #8B7352. Grayscale: #888888. Windows color (decimal): -9139027 or 11373684. OLE color: 11373684.
HSL color Cylindrical-coordinate representation of color #748CAD: hue angle of 214.74º 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 #748CAD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 140 | 173 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.32 |
| HSL | 214.74º | 0.26% | 0.57% | - |
| HSV(B) | 214.74º | 0.33% | 0.68% | - |
| XYZ | 24.12 | 25.49 | 43.18 | - |
| YUV | 136.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 173 | 0.33 | 0.19 | 0 | 0.32 | 214.74 | 0.26 | 0.57 |
| Hex | 74 | 8C | AD | 21 | 13 | 0 | 20 | D7 | 1A | 39 |
| Octal | 164 | 214 | 255 | 41 | 23 | 0 | 40 | 327 | 32 | 71 |
| Binary | 1110100 | 10001100 | 10101101 | 100001 | 10011 | 0 | 100000 | 11010111 | 11010 | 111001 |
Color Harmonies of #748CAD
Complementary color
Monochromatic Colors of #748CAD
Black with #748CAD
Text Example
Text Example
White with #748CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CAD; }
p { color: rgb(116,140,173); }
H1.HeaderClassName
{
color: #748CAD;
}
.AnyTagClassName
{
color: #748CAD;
}
</style>
background-color css
<style>
a { background-color: #748CAD; }
a { background-color: rgb(116,140,173); }
div.DivClassName
{
background-color: #748CAD;
}
.BgClassName
{
background-color: #748CAD;
}
</style>
border-color css
<style>
span { border-color: #748CAD; }
span { border-color: rgb(116,140,173); }
td.TdClassName
{
border-color: #748CAD;
}
.TagClassName
{
border-color: #748CAD;
}
</style>