Shades of Polo Blue #749BC9
Tints of Polo Blue #749BC9
RGB
CMYK
RGB Variations
Color information
#749BC9 (or 0x749BC9) is known color: Polo Blue. HEX triplet: 74, 9B and C9. RGB value is (116,155,201). Sum of RGB (Red+Green+Blue) = 116+155+201=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #749BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BC9 is #8B6436. Grayscale: #949494. Windows color (decimal): -9135159 or 13212532. OLE color: 13212532.
HSL color Cylindrical-coordinate representation of color #749BC9: hue angle of 212.47º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #749BC9 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 155 | 201 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.21 |
| HSL | 212.47º | 0.44% | 0.62% | - |
| HSV(B) | 212.47º | 0.42% | 0.79% | - |
| XYZ | 29.47 | 31.37 | 59.76 | - |
| YUV | 148.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 201 | 0.42 | 0.23 | 0 | 0.21 | 212.47 | 0.44 | 0.62 |
| Hex | 74 | 9B | C9 | 2A | 17 | 0 | 15 | D4 | 2C | 3E |
| Octal | 164 | 233 | 311 | 52 | 27 | 0 | 25 | 324 | 54 | 76 |
| Binary | 1110100 | 10011011 | 11001001 | 101010 | 10111 | 0 | 10101 | 11010100 | 101100 | 111110 |
Color Harmonies of #749BC9
Complementary color
Monochromatic Colors of #749BC9
Black with #749BC9
Text Example
Text Example
White with #749BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BC9; }
p { color: rgb(116,155,201); }
H1.HeaderClassName
{
color: #749BC9;
}
.AnyTagClassName
{
color: #749BC9;
}
</style>
background-color css
<style>
a { background-color: #749BC9; }
a { background-color: rgb(116,155,201); }
div.DivClassName
{
background-color: #749BC9;
}
.BgClassName
{
background-color: #749BC9;
}
</style>
border-color css
<style>
span { border-color: #749BC9; }
span { border-color: rgb(116,155,201); }
td.TdClassName
{
border-color: #749BC9;
}
.TagClassName
{
border-color: #749BC9;
}
</style>