Shades of Polo Blue #749AC5
Tints of Polo Blue #749AC5
RGB
CMYK
RGB Variations
Color information
#749AC5 (or 0x749AC5) is known color: Polo Blue. HEX triplet: 74, 9A and C5. RGB value is (116,154,197). Sum of RGB (Red+Green+Blue) = 116+154+197=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 197 (77.34% from 255 or 42.18% from 467); Max value from RGB is 197 - color contains mainly: blue. Hex color #749AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749AC5 is #8B653A. Grayscale: #939393. Windows color (decimal): -9135419 or 12950132. OLE color: 12950132.
HSL color Cylindrical-coordinate representation of color #749AC5: hue angle of 211.85º 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 #749AC5 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 154 | 197 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.23 |
| HSL | 211.85º | 0.41% | 0.61% | - |
| HSV(B) | 211.85º | 0.41% | 0.77% | - |
| XYZ | 28.84 | 30.86 | 57.26 | - |
| YUV | 147.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 154 | 197 | 0.41 | 0.22 | 0 | 0.23 | 211.85 | 0.41 | 0.61 |
| Hex | 74 | 9A | C5 | 29 | 16 | 0 | 17 | D4 | 29 | 3D |
| Octal | 164 | 232 | 305 | 51 | 26 | 0 | 27 | 324 | 51 | 75 |
| Binary | 1110100 | 10011010 | 11000101 | 101001 | 10110 | 0 | 10111 | 11010100 | 101001 | 111101 |
Color Harmonies of #749AC5
Complementary color
Monochromatic Colors of #749AC5
Black with #749AC5
Text Example
Text Example
White with #749AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749AC5; }
p { color: rgb(116,154,197); }
H1.HeaderClassName
{
color: #749AC5;
}
.AnyTagClassName
{
color: #749AC5;
}
</style>
background-color css
<style>
a { background-color: #749AC5; }
a { background-color: rgb(116,154,197); }
div.DivClassName
{
background-color: #749AC5;
}
.BgClassName
{
background-color: #749AC5;
}
</style>
border-color css
<style>
span { border-color: #749AC5; }
span { border-color: rgb(116,154,197); }
td.TdClassName
{
border-color: #749AC5;
}
.TagClassName
{
border-color: #749AC5;
}
</style>