Shades of Picton Blue #4F9ACB
Tints of Picton Blue #4F9ACB
RGB
CMYK
RGB Variations
Color information
#4F9ACB (or 0x4F9ACB) is known color: Picton Blue. HEX triplet: 4F, 9A and CB. RGB value is (79,154,203). Sum of RGB (Red+Green+Blue) = 79+154+203=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F9ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ACB is #B06534. Grayscale: #888888. Windows color (decimal): -11560245 or 13343311. OLE color: 13343311.
HSL color Cylindrical-coordinate representation of color #4F9ACB: hue angle of 203.71º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9ACB is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 154 | 203 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.20 |
| HSL | 203.71º | 0.54% | 0.55% | - |
| HSV(B) | 203.71º | 0.61% | 0.8% | - |
| XYZ | 25.56 | 29.09 | 60.77 | - |
| YUV | 137.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 154 | 203 | 0.61 | 0.24 | 0 | 0.20 | 203.71 | 0.54 | 0.55 |
| Hex | 4F | 9A | CB | 3D | 18 | 0 | 14 | CC | 36 | 37 |
| Octal | 117 | 232 | 313 | 75 | 30 | 0 | 24 | 314 | 66 | 67 |
| Binary | 1001111 | 10011010 | 11001011 | 111101 | 11000 | 0 | 10100 | 11001100 | 110110 | 110111 |
Color Harmonies of #4F9ACB
Complementary color
Monochromatic Colors of #4F9ACB
Black with #4F9ACB
Text Example
Text Example
White with #4F9ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9ACB; }
p { color: rgb(79,154,203); }
H1.HeaderClassName
{
color: #4F9ACB;
}
.AnyTagClassName
{
color: #4F9ACB;
}
</style>
background-color css
<style>
a { background-color: #4F9ACB; }
a { background-color: rgb(79,154,203); }
div.DivClassName
{
background-color: #4F9ACB;
}
.BgClassName
{
background-color: #4F9ACB;
}
</style>
border-color css
<style>
span { border-color: #4F9ACB; }
span { border-color: rgb(79,154,203); }
td.TdClassName
{
border-color: #4F9ACB;
}
.TagClassName
{
border-color: #4F9ACB;
}
</style>