Shades of Polo Blue #749FC5
Tints of Polo Blue #749FC5
RGB
CMYK
RGB Variations
Color information
#749FC5 (or 0x749FC5) is known color: Polo Blue. HEX triplet: 74, 9F and C5. RGB value is (116,159,197). Sum of RGB (Red+Green+Blue) = 116+159+197=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #749FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749FC5 is #8B603A. Grayscale: #969696. Windows color (decimal): -9134139 or 12951412. OLE color: 12951412.
HSL color Cylindrical-coordinate representation of color #749FC5: hue angle of 208.15º 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 #749FC5 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 159 | 197 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.23 |
| HSL | 208.15º | 0.41% | 0.61% | - |
| HSV(B) | 208.15º | 0.41% | 0.77% | - |
| XYZ | 29.68 | 32.54 | 57.54 | - |
| YUV | 150.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 159 | 197 | 0.41 | 0.19 | 0 | 0.23 | 208.15 | 0.41 | 0.61 |
| Hex | 74 | 9F | C5 | 29 | 13 | 0 | 17 | D0 | 29 | 3D |
| Octal | 164 | 237 | 305 | 51 | 23 | 0 | 27 | 320 | 51 | 75 |
| Binary | 1110100 | 10011111 | 11000101 | 101001 | 10011 | 0 | 10111 | 11010000 | 101001 | 111101 |
Color Harmonies of #749FC5
Complementary color
Monochromatic Colors of #749FC5
Black with #749FC5
Text Example
Text Example
White with #749FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749FC5; }
p { color: rgb(116,159,197); }
H1.HeaderClassName
{
color: #749FC5;
}
.AnyTagClassName
{
color: #749FC5;
}
</style>
background-color css
<style>
a { background-color: #749FC5; }
a { background-color: rgb(116,159,197); }
div.DivClassName
{
background-color: #749FC5;
}
.BgClassName
{
background-color: #749FC5;
}
</style>
border-color css
<style>
span { border-color: #749FC5; }
span { border-color: rgb(116,159,197); }
td.TdClassName
{
border-color: #749FC5;
}
.TagClassName
{
border-color: #749FC5;
}
</style>