Shades of Polo Blue #749BC5
Tints of Polo Blue #749BC5
RGB
CMYK
RGB Variations
Color information
#749BC5 (or 0x749BC5) is known color: Polo Blue. HEX triplet: 74, 9B and C5. RGB value is (116,155,197). Sum of RGB (Red+Green+Blue) = 116+155+197=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 197 - color contains mainly: blue. Hex color #749BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BC5 is #8B643A. Grayscale: #939393. Windows color (decimal): -9135163 or 12950388. OLE color: 12950388.
HSL color Cylindrical-coordinate representation of color #749BC5: hue angle of 211.11º 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 #749BC5 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 155 | 197 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.23 |
| HSL | 211.11º | 0.41% | 0.61% | - |
| HSV(B) | 211.11º | 0.41% | 0.77% | - |
| XYZ | 29 | 31.19 | 57.31 | - |
| YUV | 148.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 197 | 0.41 | 0.21 | 0 | 0.23 | 211.11 | 0.41 | 0.61 |
| Hex | 74 | 9B | C5 | 29 | 15 | 0 | 17 | D3 | 29 | 3D |
| Octal | 164 | 233 | 305 | 51 | 25 | 0 | 27 | 323 | 51 | 75 |
| Binary | 1110100 | 10011011 | 11000101 | 101001 | 10101 | 0 | 10111 | 11010011 | 101001 | 111101 |
Color Harmonies of #749BC5
Complementary color
Monochromatic Colors of #749BC5
Black with #749BC5
Text Example
Text Example
White with #749BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BC5; }
p { color: rgb(116,155,197); }
H1.HeaderClassName
{
color: #749BC5;
}
.AnyTagClassName
{
color: #749BC5;
}
</style>
background-color css
<style>
a { background-color: #749BC5; }
a { background-color: rgb(116,155,197); }
div.DivClassName
{
background-color: #749BC5;
}
.BgClassName
{
background-color: #749BC5;
}
</style>
border-color css
<style>
span { border-color: #749BC5; }
span { border-color: rgb(116,155,197); }
td.TdClassName
{
border-color: #749BC5;
}
.TagClassName
{
border-color: #749BC5;
}
</style>