Shades of Picton Blue #4F9CCC
Tints of Picton Blue #4F9CCC
RGB
CMYK
RGB Variations
Color information
#4F9CCC (or 0x4F9CCC) is known color: Picton Blue. HEX triplet: 4F, 9C and CC. RGB value is (79,156,204). Sum of RGB (Red+Green+Blue) = 79+156+204=439 (58% of max value = 765). Red value is 79 (31.25% from 255 or 18.00% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F9CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9CCC is #B06333. Grayscale: #8A8A8A. Windows color (decimal): -11559732 or 13409359. OLE color: 13409359.
HSL color Cylindrical-coordinate representation of color #4F9CCC: hue angle of 203.04º 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 #4F9CCC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 156 | 204 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.2 |
| HSL | 203.04º | 0.55% | 0.55% | - |
| HSV(B) | 203.04º | 0.61% | 0.8% | - |
| XYZ | 26.01 | 29.8 | 61.51 | - |
| YUV | 138.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 156 | 204 | 0.61 | 0.24 | 0 | 0.2 | 203.04 | 0.55 | 0.55 |
| Hex | 4F | 9C | CC | 3D | 18 | 0 | 14 | CB | 37 | 37 |
| Octal | 117 | 234 | 314 | 75 | 30 | 0 | 24 | 313 | 67 | 67 |
| Binary | 1001111 | 10011100 | 11001100 | 111101 | 11000 | 0 | 10100 | 11001011 | 110111 | 110111 |
Color Harmonies of #4F9CCC
Complementary color
Monochromatic Colors of #4F9CCC
Black with #4F9CCC
Text Example
Text Example
White with #4F9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9CCC; }
p { color: rgb(79,156,204); }
H1.HeaderClassName
{
color: #4F9CCC;
}
.AnyTagClassName
{
color: #4F9CCC;
}
</style>
background-color css
<style>
a { background-color: #4F9CCC; }
a { background-color: rgb(79,156,204); }
div.DivClassName
{
background-color: #4F9CCC;
}
.BgClassName
{
background-color: #4F9CCC;
}
</style>
border-color css
<style>
span { border-color: #4F9CCC; }
span { border-color: rgb(79,156,204); }
td.TdClassName
{
border-color: #4F9CCC;
}
.TagClassName
{
border-color: #4F9CCC;
}
</style>