Shades of Picton Blue #4F9ACC
Tints of Picton Blue #4F9ACC
RGB
CMYK
RGB Variations
Color information
#4F9ACC (or 0x4F9ACC) is known color: Picton Blue. HEX triplet: 4F, 9A and CC. RGB value is (79,154,204). Sum of RGB (Red+Green+Blue) = 79+154+204=437 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.08% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F9ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9ACC is #B06533. Grayscale: #898989. Windows color (decimal): -11560244 or 13408847. OLE color: 13408847.
HSL color Cylindrical-coordinate representation of color #4F9ACC: hue angle of 204º 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 #4F9ACC is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 79 | 154 | 204 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.2 |
| HSL | 204º | 0.55% | 0.55% | - |
| HSV(B) | 204º | 0.61% | 0.8% | - |
| XYZ | 25.68 | 29.13 | 61.4 | - |
| YUV | 137.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 154 | 204 | 0.61 | 0.25 | 0 | 0.2 | 204 | 0.55 | 0.55 |
| Hex | 4F | 9A | CC | 3D | 19 | 0 | 14 | CC | 37 | 37 |
| Octal | 117 | 232 | 314 | 75 | 31 | 0 | 24 | 314 | 67 | 67 |
| Binary | 1001111 | 10011010 | 11001100 | 111101 | 11001 | 0 | 10100 | 11001100 | 110111 | 110111 |
Color Harmonies of #4F9ACC
Complementary color
Monochromatic Colors of #4F9ACC
Black with #4F9ACC
Text Example
Text Example
White with #4F9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9ACC; }
p { color: rgb(79,154,204); }
H1.HeaderClassName
{
color: #4F9ACC;
}
.AnyTagClassName
{
color: #4F9ACC;
}
</style>
background-color css
<style>
a { background-color: #4F9ACC; }
a { background-color: rgb(79,154,204); }
div.DivClassName
{
background-color: #4F9ACC;
}
.BgClassName
{
background-color: #4F9ACC;
}
</style>
border-color css
<style>
span { border-color: #4F9ACC; }
span { border-color: rgb(79,154,204); }
td.TdClassName
{
border-color: #4F9ACC;
}
.TagClassName
{
border-color: #4F9ACC;
}
</style>