Shades of Picton Blue #4FA3CC
Tints of Picton Blue #4FA3CC
RGB
CMYK
RGB Variations
Color information
#4FA3CC (or 0x4FA3CC) is known color: Picton Blue. HEX triplet: 4F, A3 and CC. RGB value is (79,163,204). Sum of RGB (Red+Green+Blue) = 79+163+204=446 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.71% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA3CC is #B05C33. Grayscale: #8E8E8E. Windows color (decimal): -11557940 or 13411151. OLE color: 13411151.
HSL color Cylindrical-coordinate representation of color #4FA3CC: hue angle of 199.68º degrees, saturation: 0.55, 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 #4FA3CC is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 163 | 204 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.2 |
| HSL | 199.68º | 0.55% | 0.55% | - |
| HSV(B) | 199.68º | 0.61% | 0.8% | - |
| XYZ | 27.22 | 32.22 | 61.91 | - |
| YUV | 142.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 163 | 204 | 0.61 | 0.20 | 0 | 0.2 | 199.68 | 0.55 | 0.55 |
| Hex | 4F | A3 | CC | 3D | 14 | 0 | 14 | C8 | 37 | 37 |
| Octal | 117 | 243 | 314 | 75 | 24 | 0 | 24 | 310 | 67 | 67 |
| Binary | 1001111 | 10100011 | 11001100 | 111101 | 10100 | 0 | 10100 | 11001000 | 110111 | 110111 |
Color Harmonies of #4FA3CC
Complementary color
Monochromatic Colors of #4FA3CC
Black with #4FA3CC
Text Example
Text Example
White with #4FA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA3CC; }
p { color: rgb(79,163,204); }
H1.HeaderClassName
{
color: #4FA3CC;
}
.AnyTagClassName
{
color: #4FA3CC;
}
</style>
background-color css
<style>
a { background-color: #4FA3CC; }
a { background-color: rgb(79,163,204); }
div.DivClassName
{
background-color: #4FA3CC;
}
.BgClassName
{
background-color: #4FA3CC;
}
</style>
border-color css
<style>
span { border-color: #4FA3CC; }
span { border-color: rgb(79,163,204); }
td.TdClassName
{
border-color: #4FA3CC;
}
.TagClassName
{
border-color: #4FA3CC;
}
</style>