Shades of Picton Blue #4BA0C9
Tints of Picton Blue #4BA0C9
RGB
CMYK
RGB Variations
Color information
#4BA0C9 (or 0x4BA0C9) is known color: Picton Blue. HEX triplet: 4B, A0 and C9. RGB value is (75,160,201). Sum of RGB (Red+Green+Blue) = 75+160+201=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #4BA0C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA0C9 is #B45F36. Grayscale: #8B8B8B. Windows color (decimal): -11820855 or 13213771. OLE color: 13213771.
HSL color Cylindrical-coordinate representation of color #4BA0C9: hue angle of 199.52º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BA0C9 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 160 | 201 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.21 |
| HSL | 199.52º | 0.54% | 0.54% | - |
| HSV(B) | 199.52º | 0.63% | 0.79% | - |
| XYZ | 26.02 | 30.85 | 59.84 | - |
| YUV | 139.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 201 | 0.63 | 0.20 | 0 | 0.21 | 199.52 | 0.54 | 0.54 |
| Hex | 4B | A0 | C9 | 3F | 14 | 0 | 15 | C8 | 36 | 36 |
| Octal | 113 | 240 | 311 | 77 | 24 | 0 | 25 | 310 | 66 | 66 |
| Binary | 1001011 | 10100000 | 11001001 | 111111 | 10100 | 0 | 10101 | 11001000 | 110110 | 110110 |
Color Harmonies of #4BA0C9
Complementary color
Monochromatic Colors of #4BA0C9
Black with #4BA0C9
Text Example
Text Example
White with #4BA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA0C9; }
p { color: rgb(75,160,201); }
H1.HeaderClassName
{
color: #4BA0C9;
}
.AnyTagClassName
{
color: #4BA0C9;
}
</style>
background-color css
<style>
a { background-color: #4BA0C9; }
a { background-color: rgb(75,160,201); }
div.DivClassName
{
background-color: #4BA0C9;
}
.BgClassName
{
background-color: #4BA0C9;
}
</style>
border-color css
<style>
span { border-color: #4BA0C9; }
span { border-color: rgb(75,160,201); }
td.TdClassName
{
border-color: #4BA0C9;
}
.TagClassName
{
border-color: #4BA0C9;
}
</style>