Shades of Ship Cove #748DB2
Tints of Ship Cove #748DB2
RGB
CMYK
RGB Variations
Color information
#748DB2 (or 0x748DB2) is known color: Ship Cove. HEX triplet: 74, 8D and B2. RGB value is (116,141,178). Sum of RGB (Red+Green+Blue) = 116+141+178=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #748DB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DB2 is #8B724D. Grayscale: #898989. Windows color (decimal): -9138766 or 11701620. OLE color: 11701620.
HSL color Cylindrical-coordinate representation of color #748DB2: hue angle of 215.81º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748DB2 is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 116 | 141 | 178 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.30 |
| HSL | 215.81º | 0.29% | 0.58% | - |
| HSV(B) | 215.81º | 0.35% | 0.7% | - |
| XYZ | 24.76 | 25.98 | 45.83 | - |
| YUV | 137.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 141 | 178 | 0.35 | 0.21 | 0 | 0.30 | 215.81 | 0.29 | 0.58 |
| Hex | 74 | 8D | B2 | 23 | 15 | 0 | 1E | D8 | 1D | 3A |
| Octal | 164 | 215 | 262 | 43 | 25 | 0 | 36 | 330 | 35 | 72 |
| Binary | 1110100 | 10001101 | 10110010 | 100011 | 10101 | 0 | 11110 | 11011000 | 11101 | 111010 |
Color Harmonies of #748DB2
Complementary color
Monochromatic Colors of #748DB2
Black with #748DB2
Text Example
Text Example
White with #748DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748DB2; }
p { color: rgb(116,141,178); }
H1.HeaderClassName
{
color: #748DB2;
}
.AnyTagClassName
{
color: #748DB2;
}
</style>
background-color css
<style>
a { background-color: #748DB2; }
a { background-color: rgb(116,141,178); }
div.DivClassName
{
background-color: #748DB2;
}
.BgClassName
{
background-color: #748DB2;
}
</style>
border-color css
<style>
span { border-color: #748DB2; }
span { border-color: rgb(116,141,178); }
td.TdClassName
{
border-color: #748DB2;
}
.TagClassName
{
border-color: #748DB2;
}
</style>