Shades of Polo Blue #749CC5
Tints of Polo Blue #749CC5
RGB
CMYK
RGB Variations
Color information
#749CC5 (or 0x749CC5) is known color: Polo Blue. HEX triplet: 74, 9C and C5. RGB value is (116,156,197). Sum of RGB (Red+Green+Blue) = 116+156+197=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 197 (77.34% from 255 or 42.00% from 469); Max value from RGB is 197 - color contains mainly: blue. Hex color #749CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CC5 is #8B633A. Grayscale: #949494. Windows color (decimal): -9134907 or 12950644. OLE color: 12950644.
HSL color Cylindrical-coordinate representation of color #749CC5: hue angle of 210.37º 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 #749CC5 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 156 | 197 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.23 |
| HSL | 210.37º | 0.41% | 0.61% | - |
| HSV(B) | 210.37º | 0.41% | 0.77% | - |
| XYZ | 29.17 | 31.52 | 57.37 | - |
| YUV | 148.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 197 | 0.41 | 0.21 | 0 | 0.23 | 210.37 | 0.41 | 0.61 |
| Hex | 74 | 9C | C5 | 29 | 15 | 0 | 17 | D2 | 29 | 3D |
| Octal | 164 | 234 | 305 | 51 | 25 | 0 | 27 | 322 | 51 | 75 |
| Binary | 1110100 | 10011100 | 11000101 | 101001 | 10101 | 0 | 10111 | 11010010 | 101001 | 111101 |
Color Harmonies of #749CC5
Complementary color
Monochromatic Colors of #749CC5
Black with #749CC5
Text Example
Text Example
White with #749CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CC5; }
p { color: rgb(116,156,197); }
H1.HeaderClassName
{
color: #749CC5;
}
.AnyTagClassName
{
color: #749CC5;
}
</style>
background-color css
<style>
a { background-color: #749CC5; }
a { background-color: rgb(116,156,197); }
div.DivClassName
{
background-color: #749CC5;
}
.BgClassName
{
background-color: #749CC5;
}
</style>
border-color css
<style>
span { border-color: #749CC5; }
span { border-color: rgb(116,156,197); }
td.TdClassName
{
border-color: #749CC5;
}
.TagClassName
{
border-color: #749CC5;
}
</style>