Shades of Ship Cove #74819E
Tints of Ship Cove #74819E
RGB
CMYK
RGB Variations
Color information
#74819E (or 0x74819E) is known color: Ship Cove. HEX triplet: 74, 81 and 9E. RGB value is (116,129,158). Sum of RGB (Red+Green+Blue) = 116+129+158=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #74819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74819E is #8B7E61. Grayscale: #808080. Windows color (decimal): -9141858 or 10387828. OLE color: 10387828.
HSL color Cylindrical-coordinate representation of color #74819E: hue angle of 221.43º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74819E is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 129 | 158 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.38 |
| HSL | 221.43º | 0.18% | 0.54% | - |
| HSV(B) | 221.43º | 0.27% | 0.62% | - |
| XYZ | 21.22 | 21.88 | 35.45 | - |
| YUV | 128.42 | 144.69 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 158 | 0.27 | 0.18 | 0 | 0.38 | 221.43 | 0.18 | 0.54 |
| Hex | 74 | 81 | 9E | 1B | 12 | 0 | 26 | DD | 12 | 36 |
| Octal | 164 | 201 | 236 | 33 | 22 | 0 | 46 | 335 | 22 | 66 |
| Binary | 1110100 | 10000001 | 10011110 | 11011 | 10010 | 0 | 100110 | 11011101 | 10010 | 110110 |
Color Harmonies of #74819E
Complementary color
Monochromatic Colors of #74819E
Black with #74819E
Text Example
Text Example
White with #74819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74819E; }
p { color: rgb(116,129,158); }
H1.HeaderClassName
{
color: #74819E;
}
.AnyTagClassName
{
color: #74819E;
}
</style>
background-color css
<style>
a { background-color: #74819E; }
a { background-color: rgb(116,129,158); }
div.DivClassName
{
background-color: #74819E;
}
.BgClassName
{
background-color: #74819E;
}
</style>
border-color css
<style>
span { border-color: #74819E; }
span { border-color: rgb(116,129,158); }
td.TdClassName
{
border-color: #74819E;
}
.TagClassName
{
border-color: #74819E;
}
</style>