Shades of Ship Cove #74819D
Tints of Ship Cove #74819D
RGB
CMYK
RGB Variations
Color information
#74819D (or 0x74819D) is known color: Ship Cove. HEX triplet: 74, 81 and 9D. RGB value is (116,129,157). Sum of RGB (Red+Green+Blue) = 116+129+157=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #74819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74819D is #8B7E62. Grayscale: #808080. Windows color (decimal): -9141859 or 10322292. OLE color: 10322292.
HSL color Cylindrical-coordinate representation of color #74819D: hue angle of 220.98º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74819D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 129 | 157 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.38 |
| HSL | 220.98º | 0.17% | 0.54% | - |
| HSV(B) | 220.98º | 0.26% | 0.62% | - |
| XYZ | 21.14 | 21.85 | 35 | - |
| YUV | 128.31 | 144.19 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 157 | 0.26 | 0.18 | 0 | 0.38 | 220.98 | 0.17 | 0.54 |
| Hex | 74 | 81 | 9D | 1A | 12 | 0 | 26 | DD | 11 | 36 |
| Octal | 164 | 201 | 235 | 32 | 22 | 0 | 46 | 335 | 21 | 66 |
| Binary | 1110100 | 10000001 | 10011101 | 11010 | 10010 | 0 | 100110 | 11011101 | 10001 | 110110 |
Color Harmonies of #74819D
Complementary color
Monochromatic Colors of #74819D
Black with #74819D
Text Example
Text Example
White with #74819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74819D; }
p { color: rgb(116,129,157); }
H1.HeaderClassName
{
color: #74819D;
}
.AnyTagClassName
{
color: #74819D;
}
</style>
background-color css
<style>
a { background-color: #74819D; }
a { background-color: rgb(116,129,157); }
div.DivClassName
{
background-color: #74819D;
}
.BgClassName
{
background-color: #74819D;
}
</style>
border-color css
<style>
span { border-color: #74819D; }
span { border-color: rgb(116,129,157); }
td.TdClassName
{
border-color: #74819D;
}
.TagClassName
{
border-color: #74819D;
}
</style>