Shades of Polo Blue #779BC4
Tints of Polo Blue #779BC4
RGB
CMYK
RGB Variations
Color information
#779BC4 (or 0x779BC4) is known color: Polo Blue. HEX triplet: 77, 9B and C4. RGB value is (119,155,196). Sum of RGB (Red+Green+Blue) = 119+155+196=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 196 (76.95% from 255 or 41.70% from 470); Max value from RGB is 196 - color contains mainly: blue. Hex color #779BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BC4 is #88643B. Grayscale: #949494. Windows color (decimal): -8938556 or 12884855. OLE color: 12884855.
HSL color Cylindrical-coordinate representation of color #779BC4: hue angle of 211.95º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779BC4 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 155 | 196 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.23 |
| HSL | 211.95º | 0.39% | 0.62% | - |
| HSV(B) | 211.95º | 0.39% | 0.77% | - |
| XYZ | 29.29 | 31.35 | 56.73 | - |
| YUV | 148.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 196 | 0.39 | 0.21 | 0 | 0.23 | 211.95 | 0.39 | 0.62 |
| Hex | 77 | 9B | C4 | 27 | 15 | 0 | 17 | D4 | 27 | 3E |
| Octal | 167 | 233 | 304 | 47 | 25 | 0 | 27 | 324 | 47 | 76 |
| Binary | 1110111 | 10011011 | 11000100 | 100111 | 10101 | 0 | 10111 | 11010100 | 100111 | 111110 |
Color Harmonies of #779BC4
Complementary color
Monochromatic Colors of #779BC4
Black with #779BC4
Text Example
Text Example
White with #779BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BC4; }
p { color: rgb(119,155,196); }
H1.HeaderClassName
{
color: #779BC4;
}
.AnyTagClassName
{
color: #779BC4;
}
</style>
background-color css
<style>
a { background-color: #779BC4; }
a { background-color: rgb(119,155,196); }
div.DivClassName
{
background-color: #779BC4;
}
.BgClassName
{
background-color: #779BC4;
}
</style>
border-color css
<style>
span { border-color: #779BC4; }
span { border-color: rgb(119,155,196); }
td.TdClassName
{
border-color: #779BC4;
}
.TagClassName
{
border-color: #779BC4;
}
</style>