Shades of Ship Cove #747CAD
Tints of Ship Cove #747CAD
RGB
CMYK
RGB Variations
Color information
#747CAD (or 0x747CAD) is known color: Ship Cove. HEX triplet: 74, 7C and AD. RGB value is (116,124,173). Sum of RGB (Red+Green+Blue) = 116+124+173=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #747CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAD is #8B8352. Grayscale: #7E7E7E. Windows color (decimal): -9143123 or 11369588. OLE color: 11369588.
HSL color Cylindrical-coordinate representation of color #747CAD: hue angle of 231.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747CAD is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 116 | 124 | 173 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.32 |
| HSL | 231.58º | 0.26% | 0.57% | - |
| HSV(B) | 231.58º | 0.33% | 0.68% | - |
| XYZ | 21.95 | 21.15 | 42.46 | - |
| YUV | 127.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 173 | 0.33 | 0.28 | 0 | 0.32 | 231.58 | 0.26 | 0.57 |
| Hex | 74 | 7C | AD | 21 | 1C | 0 | 20 | E8 | 1A | 39 |
| Octal | 164 | 174 | 255 | 41 | 34 | 0 | 40 | 350 | 32 | 71 |
| Binary | 1110100 | 1111100 | 10101101 | 100001 | 11100 | 0 | 100000 | 11101000 | 11010 | 111001 |
Color Harmonies of #747CAD
Complementary color
Monochromatic Colors of #747CAD
Black with #747CAD
Text Example
Text Example
White with #747CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747CAD; }
p { color: rgb(116,124,173); }
H1.HeaderClassName
{
color: #747CAD;
}
.AnyTagClassName
{
color: #747CAD;
}
</style>
background-color css
<style>
a { background-color: #747CAD; }
a { background-color: rgb(116,124,173); }
div.DivClassName
{
background-color: #747CAD;
}
.BgClassName
{
background-color: #747CAD;
}
</style>
border-color css
<style>
span { border-color: #747CAD; }
span { border-color: rgb(116,124,173); }
td.TdClassName
{
border-color: #747CAD;
}
.TagClassName
{
border-color: #747CAD;
}
</style>