Shades of Picton Blue #4FA3CE
Tints of Picton Blue #4FA3CE
RGB
CMYK
RGB Variations
Color information
#4FA3CE (or 0x4FA3CE) is known color: Picton Blue. HEX triplet: 4F, A3 and CE. RGB value is (79,163,206). Sum of RGB (Red+Green+Blue) = 79+163+206=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #4FA3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA3CE is #B05C31. Grayscale: #8E8E8E. Windows color (decimal): -11557938 or 13542223. OLE color: 13542223.
HSL color Cylindrical-coordinate representation of color #4FA3CE: hue angle of 200.31º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FA3CE is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 163 | 206 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.19 |
| HSL | 200.32º | 0.56% | 0.56% | - |
| HSV(B) | 200.32º | 0.62% | 0.81% | - |
| XYZ | 27.46 | 32.31 | 63.18 | - |
| YUV | 142.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 206 | 0.62 | 0.21 | 0 | 0.19 | 200.32 | 0.56 | 0.56 |
| Hex | 4F | A3 | CE | 3E | 15 | 0 | 13 | C8 | 38 | 38 |
| Octal | 117 | 243 | 316 | 76 | 25 | 0 | 23 | 310 | 70 | 70 |
| Binary | 1001111 | 10100011 | 11001110 | 111110 | 10101 | 0 | 10011 | 11001000 | 111000 | 111000 |
Color Harmonies of #4FA3CE
Complementary color
Monochromatic Colors of #4FA3CE
Black with #4FA3CE
Text Example
Text Example
White with #4FA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA3CE; }
p { color: rgb(79,163,206); }
H1.HeaderClassName
{
color: #4FA3CE;
}
.AnyTagClassName
{
color: #4FA3CE;
}
</style>
background-color css
<style>
a { background-color: #4FA3CE; }
a { background-color: rgb(79,163,206); }
div.DivClassName
{
background-color: #4FA3CE;
}
.BgClassName
{
background-color: #4FA3CE;
}
</style>
border-color css
<style>
span { border-color: #4FA3CE; }
span { border-color: rgb(79,163,206); }
td.TdClassName
{
border-color: #4FA3CE;
}
.TagClassName
{
border-color: #4FA3CE;
}
</style>