Shades of Polo Blue #749CCB
Tints of Polo Blue #749CCB
RGB
CMYK
RGB Variations
Color information
#749CCB (or 0x749CCB) is known color: Polo Blue. HEX triplet: 74, 9C and CB. RGB value is (116,156,203). Sum of RGB (Red+Green+Blue) = 116+156+203=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #749CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749CCB is #8B6334. Grayscale: #959595. Windows color (decimal): -9134901 or 13343860. OLE color: 13343860.
HSL color Cylindrical-coordinate representation of color #749CCB: hue angle of 212.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #749CCB is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 156 | 203 | - |
| CMYK | 0.43 | 0.23 | 0 | 0.20 |
| HSL | 212.41º | 0.46% | 0.63% | - |
| HSV(B) | 212.41º | 0.43% | 0.8% | - |
| XYZ | 29.87 | 31.8 | 61.06 | - |
| YUV | 149.4 | 158.25 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 203 | 0.43 | 0.23 | 0 | 0.20 | 212.41 | 0.46 | 0.63 |
| Hex | 74 | 9C | CB | 2B | 17 | 0 | 14 | D4 | 2E | 3F |
| Octal | 164 | 234 | 313 | 53 | 27 | 0 | 24 | 324 | 56 | 77 |
| Binary | 1110100 | 10011100 | 11001011 | 101011 | 10111 | 0 | 10100 | 11010100 | 101110 | 111111 |
Color Harmonies of #749CCB
Complementary color
Monochromatic Colors of #749CCB
Black with #749CCB
Text Example
Text Example
White with #749CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749CCB; }
p { color: rgb(116,156,203); }
H1.HeaderClassName
{
color: #749CCB;
}
.AnyTagClassName
{
color: #749CCB;
}
</style>
background-color css
<style>
a { background-color: #749CCB; }
a { background-color: rgb(116,156,203); }
div.DivClassName
{
background-color: #749CCB;
}
.BgClassName
{
background-color: #749CCB;
}
</style>
border-color css
<style>
span { border-color: #749CCB; }
span { border-color: rgb(116,156,203); }
td.TdClassName
{
border-color: #749CCB;
}
.TagClassName
{
border-color: #749CCB;
}
</style>