Shades of Polo Blue #749BCC
Tints of Polo Blue #749BCC
RGB
CMYK
RGB Variations
Color information
#749BCC (or 0x749BCC) is known color: Polo Blue. HEX triplet: 74, 9B and CC. RGB value is (116,155,204). Sum of RGB (Red+Green+Blue) = 116+155+204=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #749BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #749BCC is #8B6433. Grayscale: #949494. Windows color (decimal): -9135156 or 13409140. OLE color: 13409140.
HSL color Cylindrical-coordinate representation of color #749BCC: hue angle of 213.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 #749BCC is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 116 | 155 | 204 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.2 |
| HSL | 213.41º | 0.46% | 0.63% | - |
| HSV(B) | 213.41º | 0.43% | 0.8% | - |
| XYZ | 29.82 | 31.52 | 61.64 | - |
| YUV | 148.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 204 | 0.43 | 0.24 | 0 | 0.2 | 213.41 | 0.46 | 0.63 |
| Hex | 74 | 9B | CC | 2B | 18 | 0 | 14 | D5 | 2E | 3F |
| Octal | 164 | 233 | 314 | 53 | 30 | 0 | 24 | 325 | 56 | 77 |
| Binary | 1110100 | 10011011 | 11001100 | 101011 | 11000 | 0 | 10100 | 11010101 | 101110 | 111111 |
Color Harmonies of #749BCC
Complementary color
Monochromatic Colors of #749BCC
Black with #749BCC
Text Example
Text Example
White with #749BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749BCC; }
p { color: rgb(116,155,204); }
H1.HeaderClassName
{
color: #749BCC;
}
.AnyTagClassName
{
color: #749BCC;
}
</style>
background-color css
<style>
a { background-color: #749BCC; }
a { background-color: rgb(116,155,204); }
div.DivClassName
{
background-color: #749BCC;
}
.BgClassName
{
background-color: #749BCC;
}
</style>
border-color css
<style>
span { border-color: #749BCC; }
span { border-color: rgb(116,155,204); }
td.TdClassName
{
border-color: #749BCC;
}
.TagClassName
{
border-color: #749BCC;
}
</style>