Shades of Ship Cove #748BAF
Tints of Ship Cove #748BAF
RGB
CMYK
RGB Variations
Color information
#748BAF (or 0x748BAF) is known color: Ship Cove. HEX triplet: 74, 8B and AF. RGB value is (116,139,175). Sum of RGB (Red+Green+Blue) = 116+139+175=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #748BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748BAF is #8B7450. Grayscale: #888888. Windows color (decimal): -9139281 or 11504500. OLE color: 11504500.
HSL color Cylindrical-coordinate representation of color #748BAF: hue angle of 216.61º 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 #748BAF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 139 | 175 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.31 |
| HSL | 216.61º | 0.27% | 0.57% | - |
| HSV(B) | 216.61º | 0.34% | 0.69% | - |
| XYZ | 24.17 | 25.27 | 44.16 | - |
| YUV | 136.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 139 | 175 | 0.34 | 0.21 | 0 | 0.31 | 216.61 | 0.27 | 0.57 |
| Hex | 74 | 8B | AF | 22 | 15 | 0 | 1F | D9 | 1B | 39 |
| Octal | 164 | 213 | 257 | 42 | 25 | 0 | 37 | 331 | 33 | 71 |
| Binary | 1110100 | 10001011 | 10101111 | 100010 | 10101 | 0 | 11111 | 11011001 | 11011 | 111001 |
Color Harmonies of #748BAF
Complementary color
Monochromatic Colors of #748BAF
Black with #748BAF
Text Example
Text Example
White with #748BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748BAF; }
p { color: rgb(116,139,175); }
H1.HeaderClassName
{
color: #748BAF;
}
.AnyTagClassName
{
color: #748BAF;
}
</style>
background-color css
<style>
a { background-color: #748BAF; }
a { background-color: rgb(116,139,175); }
div.DivClassName
{
background-color: #748BAF;
}
.BgClassName
{
background-color: #748BAF;
}
</style>
border-color css
<style>
span { border-color: #748BAF; }
span { border-color: rgb(116,139,175); }
td.TdClassName
{
border-color: #748BAF;
}
.TagClassName
{
border-color: #748BAF;
}
</style>