Shades of Ship Cove #7480A4
Tints of Ship Cove #7480A4
RGB
CMYK
RGB Variations
Color information
#7480A4 (or 0x7480A4) is known color: Ship Cove. HEX triplet: 74, 80 and A4. RGB value is (116,128,164). Sum of RGB (Red+Green+Blue) = 116+128+164=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 164 (64.45% from 255 or 40.20% from 408); Max value from RGB is 164 - color contains mainly: blue. Hex color #7480A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7480A4 is #8B7F5B. Grayscale: #808080. Windows color (decimal): -9142108 or 10780788. OLE color: 10780788.
HSL color Cylindrical-coordinate representation of color #7480A4: hue angle of 225º 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 #7480A4 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 116 | 128 | 164 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.36 |
| HSL | 225º | 0.21% | 0.55% | - |
| HSV(B) | 225º | 0.29% | 0.64% | - |
| XYZ | 21.62 | 21.83 | 38.2 | - |
| YUV | 128.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 128 | 164 | 0.29 | 0.22 | 0 | 0.36 | 225 | 0.21 | 0.55 |
| Hex | 74 | 80 | A4 | 1D | 16 | 0 | 24 | E1 | 15 | 37 |
| Octal | 164 | 200 | 244 | 35 | 26 | 0 | 44 | 341 | 25 | 67 |
| Binary | 1110100 | 10000000 | 10100100 | 11101 | 10110 | 0 | 100100 | 11100001 | 10101 | 110111 |
Color Harmonies of #7480A4
Complementary color
Monochromatic Colors of #7480A4
Black with #7480A4
Text Example
Text Example
White with #7480A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7480A4; }
p { color: rgb(116,128,164); }
H1.HeaderClassName
{
color: #7480A4;
}
.AnyTagClassName
{
color: #7480A4;
}
</style>
background-color css
<style>
a { background-color: #7480A4; }
a { background-color: rgb(116,128,164); }
div.DivClassName
{
background-color: #7480A4;
}
.BgClassName
{
background-color: #7480A4;
}
</style>
border-color css
<style>
span { border-color: #7480A4; }
span { border-color: rgb(116,128,164); }
td.TdClassName
{
border-color: #7480A4;
}
.TagClassName
{
border-color: #7480A4;
}
</style>