Shades of Ship Cove #748AAF
Tints of Ship Cove #748AAF
RGB
CMYK
RGB Variations
Color information
#748AAF (or 0x748AAF) is known color: Ship Cove. HEX triplet: 74, 8A and AF. RGB value is (116,138,175). Sum of RGB (Red+Green+Blue) = 116+138+175=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #748AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748AAF is #8B7550. Grayscale: #878787. Windows color (decimal): -9139537 or 11504244. OLE color: 11504244.
HSL color Cylindrical-coordinate representation of color #748AAF: hue angle of 217.63º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748AAF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 138 | 175 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.31 |
| HSL | 217.63º | 0.27% | 0.57% | - |
| HSV(B) | 217.63º | 0.34% | 0.69% | - |
| XYZ | 24.03 | 24.99 | 44.11 | - |
| YUV | 135.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 138 | 175 | 0.34 | 0.21 | 0 | 0.31 | 217.63 | 0.27 | 0.57 |
| Hex | 74 | 8A | AF | 22 | 15 | 0 | 1F | DA | 1B | 39 |
| Octal | 164 | 212 | 257 | 42 | 25 | 0 | 37 | 332 | 33 | 71 |
| Binary | 1110100 | 10001010 | 10101111 | 100010 | 10101 | 0 | 11111 | 11011010 | 11011 | 111001 |
Color Harmonies of #748AAF
Complementary color
Monochromatic Colors of #748AAF
Black with #748AAF
Text Example
Text Example
White with #748AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748AAF; }
p { color: rgb(116,138,175); }
H1.HeaderClassName
{
color: #748AAF;
}
.AnyTagClassName
{
color: #748AAF;
}
</style>
background-color css
<style>
a { background-color: #748AAF; }
a { background-color: rgb(116,138,175); }
div.DivClassName
{
background-color: #748AAF;
}
.BgClassName
{
background-color: #748AAF;
}
</style>
border-color css
<style>
span { border-color: #748AAF; }
span { border-color: rgb(116,138,175); }
td.TdClassName
{
border-color: #748AAF;
}
.TagClassName
{
border-color: #748AAF;
}
</style>