Shades of Ship Cove #748CB1
Tints of Ship Cove #748CB1
RGB
CMYK
RGB Variations
Color information
#748CB1 (or 0x748CB1) is known color: Ship Cove. HEX triplet: 74, 8C and B1. RGB value is (116,140,177). Sum of RGB (Red+Green+Blue) = 116+140+177=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 177 (69.53% from 255 or 40.88% from 433); Max value from RGB is 177 - color contains mainly: blue. Hex color #748CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CB1 is #8B734E. Grayscale: #888888. Windows color (decimal): -9139023 or 11635828. OLE color: 11635828.
HSL color Cylindrical-coordinate representation of color #748CB1: hue angle of 216.39º degrees, saturation: 0.28, 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 #748CB1 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 116 | 140 | 177 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.31 |
| HSL | 216.39º | 0.28% | 0.57% | - |
| HSV(B) | 216.39º | 0.34% | 0.69% | - |
| XYZ | 24.52 | 25.64 | 45.25 | - |
| YUV | 137.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 177 | 0.34 | 0.21 | 0 | 0.31 | 216.39 | 0.28 | 0.57 |
| Hex | 74 | 8C | B1 | 22 | 15 | 0 | 1F | D8 | 1C | 39 |
| Octal | 164 | 214 | 261 | 42 | 25 | 0 | 37 | 330 | 34 | 71 |
| Binary | 1110100 | 10001100 | 10110001 | 100010 | 10101 | 0 | 11111 | 11011000 | 11100 | 111001 |
Color Harmonies of #748CB1
Complementary color
Monochromatic Colors of #748CB1
Black with #748CB1
Text Example
Text Example
White with #748CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748CB1; }
p { color: rgb(116,140,177); }
H1.HeaderClassName
{
color: #748CB1;
}
.AnyTagClassName
{
color: #748CB1;
}
</style>
background-color css
<style>
a { background-color: #748CB1; }
a { background-color: rgb(116,140,177); }
div.DivClassName
{
background-color: #748CB1;
}
.BgClassName
{
background-color: #748CB1;
}
</style>
border-color css
<style>
span { border-color: #748CB1; }
span { border-color: rgb(116,140,177); }
td.TdClassName
{
border-color: #748CB1;
}
.TagClassName
{
border-color: #748CB1;
}
</style>