Shades of Ship Cove #7495B6
Tints of Ship Cove #7495B6
RGB
CMYK
RGB Variations
Color information
#7495B6 (or 0x7495B6) is known color: Ship Cove. HEX triplet: 74, 95 and B6. RGB value is (116,149,182). Sum of RGB (Red+Green+Blue) = 116+149+182=447 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.95% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 182 (71.48% from 255 or 40.72% from 447); Max value from RGB is 182 - color contains mainly: blue. Hex color #7495B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7495B6 is #8B6A49. Grayscale: #8E8E8E. Windows color (decimal): -9136714 or 11965812. OLE color: 11965812.
HSL color Cylindrical-coordinate representation of color #7495B6: hue angle of 210º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7495B6 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 116 | 149 | 182 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.29 |
| HSL | 210º | 0.31% | 0.58% | - |
| HSV(B) | 210º | 0.36% | 0.71% | - |
| XYZ | 26.39 | 28.59 | 48.38 | - |
| YUV | 142.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 182 | 0.36 | 0.18 | 0 | 0.29 | 210 | 0.31 | 0.58 |
| Hex | 74 | 95 | B6 | 24 | 12 | 0 | 1D | D2 | 1F | 3A |
| Octal | 164 | 225 | 266 | 44 | 22 | 0 | 35 | 322 | 37 | 72 |
| Binary | 1110100 | 10010101 | 10110110 | 100100 | 10010 | 0 | 11101 | 11010010 | 11111 | 111010 |
Color Harmonies of #7495B6
Complementary color
Monochromatic Colors of #7495B6
Black with #7495B6
Text Example
Text Example
White with #7495B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7495B6; }
p { color: rgb(116,149,182); }
H1.HeaderClassName
{
color: #7495B6;
}
.AnyTagClassName
{
color: #7495B6;
}
</style>
background-color css
<style>
a { background-color: #7495B6; }
a { background-color: rgb(116,149,182); }
div.DivClassName
{
background-color: #7495B6;
}
.BgClassName
{
background-color: #7495B6;
}
</style>
border-color css
<style>
span { border-color: #7495B6; }
span { border-color: rgb(116,149,182); }
td.TdClassName
{
border-color: #7495B6;
}
.TagClassName
{
border-color: #7495B6;
}
</style>