Shades of Picton Blue #4FA4CB
Tints of Picton Blue #4FA4CB
RGB
CMYK
RGB Variations
Color information
#4FA4CB (or 0x4FA4CB) is known color: Picton Blue. HEX triplet: 4F, A4 and CB. RGB value is (79,164,203). Sum of RGB (Red+Green+Blue) = 79+164+203=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FA4CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA4CB is #B05B34. Grayscale: #8E8E8E. Windows color (decimal): -11557685 or 13345871. OLE color: 13345871.
HSL color Cylindrical-coordinate representation of color #4FA4CB: hue angle of 198.87º 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 #4FA4CB is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 164 | 203 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.20 |
| HSL | 198.87º | 0.54% | 0.55% | - |
| HSV(B) | 198.87º | 0.61% | 0.8% | - |
| XYZ | 27.28 | 32.52 | 61.34 | - |
| YUV | 143.03 | 161.84 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 164 | 203 | 0.61 | 0.19 | 0 | 0.20 | 198.87 | 0.54 | 0.55 |
| Hex | 4F | A4 | CB | 3D | 13 | 0 | 14 | C7 | 36 | 37 |
| Octal | 117 | 244 | 313 | 75 | 23 | 0 | 24 | 307 | 66 | 67 |
| Binary | 1001111 | 10100100 | 11001011 | 111101 | 10011 | 0 | 10100 | 11000111 | 110110 | 110111 |
Color Harmonies of #4FA4CB
Complementary color
Monochromatic Colors of #4FA4CB
Black with #4FA4CB
Text Example
Text Example
White with #4FA4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA4CB; }
p { color: rgb(79,164,203); }
H1.HeaderClassName
{
color: #4FA4CB;
}
.AnyTagClassName
{
color: #4FA4CB;
}
</style>
background-color css
<style>
a { background-color: #4FA4CB; }
a { background-color: rgb(79,164,203); }
div.DivClassName
{
background-color: #4FA4CB;
}
.BgClassName
{
background-color: #4FA4CB;
}
</style>
border-color css
<style>
span { border-color: #4FA4CB; }
span { border-color: rgb(79,164,203); }
td.TdClassName
{
border-color: #4FA4CB;
}
.TagClassName
{
border-color: #4FA4CB;
}
</style>