Shades of Ship Cove #747BA4
Tints of Ship Cove #747BA4
RGB
CMYK
RGB Variations
Color information
#747BA4 (or 0x747BA4) is known color: Ship Cove. HEX triplet: 74, 7B and A4. RGB value is (116,123,164). Sum of RGB (Red+Green+Blue) = 116+123+164=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #747BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA4 is #8B845B. Grayscale: #7D7D7D. Windows color (decimal): -9143388 or 10779508. OLE color: 10779508.
HSL color Cylindrical-coordinate representation of color #747BA4: hue angle of 231.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 #747BA4 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 123 | 164 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.36 |
| HSL | 231.25º | 0.21% | 0.55% | - |
| HSV(B) | 231.25º | 0.29% | 0.64% | - |
| XYZ | 20.99 | 20.56 | 37.98 | - |
| YUV | 125.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 164 | 0.29 | 0.25 | 0 | 0.36 | 231.25 | 0.21 | 0.55 |
| Hex | 74 | 7B | A4 | 1D | 19 | 0 | 24 | E7 | 15 | 37 |
| Octal | 164 | 173 | 244 | 35 | 31 | 0 | 44 | 347 | 25 | 67 |
| Binary | 1110100 | 1111011 | 10100100 | 11101 | 11001 | 0 | 100100 | 11100111 | 10101 | 110111 |
Color Harmonies of #747BA4
Complementary color
Monochromatic Colors of #747BA4
Black with #747BA4
Text Example
Text Example
White with #747BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747BA4; }
p { color: rgb(116,123,164); }
H1.HeaderClassName
{
color: #747BA4;
}
.AnyTagClassName
{
color: #747BA4;
}
</style>
background-color css
<style>
a { background-color: #747BA4; }
a { background-color: rgb(116,123,164); }
div.DivClassName
{
background-color: #747BA4;
}
.BgClassName
{
background-color: #747BA4;
}
</style>
border-color css
<style>
span { border-color: #747BA4; }
span { border-color: rgb(116,123,164); }
td.TdClassName
{
border-color: #747BA4;
}
.TagClassName
{
border-color: #747BA4;
}
</style>