Shades of Polo Blue #74A2CA
Tints of Polo Blue #74A2CA
RGB
CMYK
RGB Variations
Color information
#74A2CA (or 0x74A2CA) is known color: Polo Blue. HEX triplet: 74, A2 and CA. RGB value is (116,162,202). Sum of RGB (Red+Green+Blue) = 116+162+202=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #74A2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A2CA is #8B5D35. Grayscale: #989898. Windows color (decimal): -9133366 or 13279860. OLE color: 13279860.
HSL color Cylindrical-coordinate representation of color #74A2CA: hue angle of 207.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74A2CA is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 162 | 202 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.21 |
| HSL | 207.91º | 0.45% | 0.62% | - |
| HSV(B) | 207.91º | 0.43% | 0.79% | - |
| XYZ | 30.78 | 33.82 | 60.78 | - |
| YUV | 152.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 162 | 202 | 0.43 | 0.20 | 0 | 0.21 | 207.91 | 0.45 | 0.62 |
| Hex | 74 | A2 | CA | 2B | 14 | 0 | 15 | D0 | 2D | 3E |
| Octal | 164 | 242 | 312 | 53 | 24 | 0 | 25 | 320 | 55 | 76 |
| Binary | 1110100 | 10100010 | 11001010 | 101011 | 10100 | 0 | 10101 | 11010000 | 101101 | 111110 |
Color Harmonies of #74A2CA
Complementary color
Monochromatic Colors of #74A2CA
Black with #74A2CA
Text Example
Text Example
White with #74A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74A2CA; }
p { color: rgb(116,162,202); }
H1.HeaderClassName
{
color: #74A2CA;
}
.AnyTagClassName
{
color: #74A2CA;
}
</style>
background-color css
<style>
a { background-color: #74A2CA; }
a { background-color: rgb(116,162,202); }
div.DivClassName
{
background-color: #74A2CA;
}
.BgClassName
{
background-color: #74A2CA;
}
</style>
border-color css
<style>
span { border-color: #74A2CA; }
span { border-color: rgb(116,162,202); }
td.TdClassName
{
border-color: #74A2CA;
}
.TagClassName
{
border-color: #74A2CA;
}
</style>