Shades of Ship Cove #747FA4
Tints of Ship Cove #747FA4
RGB
CMYK
RGB Variations
Color information
#747FA4 (or 0x747FA4) is known color: Ship Cove. HEX triplet: 74, 7F and A4. RGB value is (116,127,164). Sum of RGB (Red+Green+Blue) = 116+127+164=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 164 - color contains mainly: blue. Hex color #747FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FA4 is #8B805B. Grayscale: #7F7F7F. Windows color (decimal): -9142364 or 10780532. OLE color: 10780532.
HSL color Cylindrical-coordinate representation of color #747FA4: hue angle of 226.25º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747FA4 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 127 | 164 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.36 |
| HSL | 226.25º | 0.21% | 0.55% | - |
| HSV(B) | 226.25º | 0.29% | 0.64% | - |
| XYZ | 21.49 | 21.57 | 38.15 | - |
| YUV | 127.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 164 | 0.29 | 0.23 | 0 | 0.36 | 226.25 | 0.21 | 0.55 |
| Hex | 74 | 7F | A4 | 1D | 17 | 0 | 24 | E2 | 15 | 37 |
| Octal | 164 | 177 | 244 | 35 | 27 | 0 | 44 | 342 | 25 | 67 |
| Binary | 1110100 | 1111111 | 10100100 | 11101 | 10111 | 0 | 100100 | 11100010 | 10101 | 110111 |
Color Harmonies of #747FA4
Complementary color
Monochromatic Colors of #747FA4
Black with #747FA4
Text Example
Text Example
White with #747FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747FA4; }
p { color: rgb(116,127,164); }
H1.HeaderClassName
{
color: #747FA4;
}
.AnyTagClassName
{
color: #747FA4;
}
</style>
background-color css
<style>
a { background-color: #747FA4; }
a { background-color: rgb(116,127,164); }
div.DivClassName
{
background-color: #747FA4;
}
.BgClassName
{
background-color: #747FA4;
}
</style>
border-color css
<style>
span { border-color: #747FA4; }
span { border-color: rgb(116,127,164); }
td.TdClassName
{
border-color: #747FA4;
}
.TagClassName
{
border-color: #747FA4;
}
</style>