Shades of Polo Blue #749EC5
Tints of Polo Blue #749EC5
RGB
CMYK
RGB Variations
Color information
#749EC5 (or 0x749EC5) is known color: Polo Blue. HEX triplet: 74, 9E and C5. RGB value is (116,158,197). Sum of RGB (Red+Green+Blue) = 116+158+197=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #749EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749EC5 is #8B613A. Grayscale: #959595. Windows color (decimal): -9134395 or 12951156. OLE color: 12951156.
HSL color Cylindrical-coordinate representation of color #749EC5: hue angle of 208.89º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #749EC5 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 158 | 197 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.23 |
| HSL | 208.89º | 0.41% | 0.61% | - |
| HSV(B) | 208.89º | 0.41% | 0.77% | - |
| XYZ | 29.51 | 32.2 | 57.48 | - |
| YUV | 149.89 | 154.59 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 158 | 197 | 0.41 | 0.20 | 0 | 0.23 | 208.89 | 0.41 | 0.61 |
| Hex | 74 | 9E | C5 | 29 | 14 | 0 | 17 | D1 | 29 | 3D |
| Octal | 164 | 236 | 305 | 51 | 24 | 0 | 27 | 321 | 51 | 75 |
| Binary | 1110100 | 10011110 | 11000101 | 101001 | 10100 | 0 | 10111 | 11010001 | 101001 | 111101 |
Color Harmonies of #749EC5
Complementary color
Monochromatic Colors of #749EC5
Black with #749EC5
Text Example
Text Example
White with #749EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749EC5; }
p { color: rgb(116,158,197); }
H1.HeaderClassName
{
color: #749EC5;
}
.AnyTagClassName
{
color: #749EC5;
}
</style>
background-color css
<style>
a { background-color: #749EC5; }
a { background-color: rgb(116,158,197); }
div.DivClassName
{
background-color: #749EC5;
}
.BgClassName
{
background-color: #749EC5;
}
</style>
border-color css
<style>
span { border-color: #749EC5; }
span { border-color: rgb(116,158,197); }
td.TdClassName
{
border-color: #749EC5;
}
.TagClassName
{
border-color: #749EC5;
}
</style>