Shades of Picton Blue #4C9ACB
Tints of Picton Blue #4C9ACB
RGB
CMYK
RGB Variations
Color information
#4C9ACB (or 0x4C9ACB) is known color: Picton Blue. HEX triplet: 4C, 9A and CB. RGB value is (76,154,203). Sum of RGB (Red+Green+Blue) = 76+154+203=433 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.55% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C9ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ACB is #B36534. Grayscale: #878787. Windows color (decimal): -11756853 or 13343308. OLE color: 13343308.
HSL color Cylindrical-coordinate representation of color #4C9ACB: hue angle of 203.15º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C9ACB is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 154 | 203 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.20 |
| HSL | 203.15º | 0.55% | 0.55% | - |
| HSV(B) | 203.15º | 0.63% | 0.8% | - |
| XYZ | 25.32 | 28.96 | 60.76 | - |
| YUV | 136.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 203 | 0.63 | 0.24 | 0 | 0.20 | 203.15 | 0.55 | 0.55 |
| Hex | 4C | 9A | CB | 3F | 18 | 0 | 14 | CB | 37 | 37 |
| Octal | 114 | 232 | 313 | 77 | 30 | 0 | 24 | 313 | 67 | 67 |
| Binary | 1001100 | 10011010 | 11001011 | 111111 | 11000 | 0 | 10100 | 11001011 | 110111 | 110111 |
Color Harmonies of #4C9ACB
Complementary color
Monochromatic Colors of #4C9ACB
Black with #4C9ACB
Text Example
Text Example
White with #4C9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9ACB; }
p { color: rgb(76,154,203); }
H1.HeaderClassName
{
color: #4C9ACB;
}
.AnyTagClassName
{
color: #4C9ACB;
}
</style>
background-color css
<style>
a { background-color: #4C9ACB; }
a { background-color: rgb(76,154,203); }
div.DivClassName
{
background-color: #4C9ACB;
}
.BgClassName
{
background-color: #4C9ACB;
}
</style>
border-color css
<style>
span { border-color: #4C9ACB; }
span { border-color: rgb(76,154,203); }
td.TdClassName
{
border-color: #4C9ACB;
}
.TagClassName
{
border-color: #4C9ACB;
}
</style>