Shades of Polo Blue #749DC4
Tints of Polo Blue #749DC4
RGB
CMYK
RGB Variations
Color information
#749DC4 (or 0x749DC4) is known color: Polo Blue. HEX triplet: 74, 9D and C4. RGB value is (116,157,196). Sum of RGB (Red+Green+Blue) = 116+157+196=469 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.73% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #749DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749DC4 is #8B623B. Grayscale: #949494. Windows color (decimal): -9134652 or 12885364. OLE color: 12885364.
HSL color Cylindrical-coordinate representation of color #749DC4: hue angle of 209.25º degrees, saturation: 0.4, 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 #749DC4 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 157 | 196 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.23 |
| HSL | 209.25º | 0.4% | 0.61% | - |
| HSV(B) | 209.25º | 0.41% | 0.77% | - |
| XYZ | 29.22 | 31.81 | 56.82 | - |
| YUV | 149.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 157 | 196 | 0.41 | 0.20 | 0 | 0.23 | 209.25 | 0.4 | 0.61 |
| Hex | 74 | 9D | C4 | 29 | 14 | 0 | 17 | D1 | 28 | 3D |
| Octal | 164 | 235 | 304 | 51 | 24 | 0 | 27 | 321 | 50 | 75 |
| Binary | 1110100 | 10011101 | 11000100 | 101001 | 10100 | 0 | 10111 | 11010001 | 101000 | 111101 |
Color Harmonies of #749DC4
Complementary color
Monochromatic Colors of #749DC4
Black with #749DC4
Text Example
Text Example
White with #749DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749DC4; }
p { color: rgb(116,157,196); }
H1.HeaderClassName
{
color: #749DC4;
}
.AnyTagClassName
{
color: #749DC4;
}
</style>
background-color css
<style>
a { background-color: #749DC4; }
a { background-color: rgb(116,157,196); }
div.DivClassName
{
background-color: #749DC4;
}
.BgClassName
{
background-color: #749DC4;
}
</style>
border-color css
<style>
span { border-color: #749DC4; }
span { border-color: rgb(116,157,196); }
td.TdClassName
{
border-color: #749DC4;
}
.TagClassName
{
border-color: #749DC4;
}
</style>