Shades of Picton Blue #4F9CDC
Tints of Picton Blue #4F9CDC
RGB
CMYK
RGB Variations
Color information
#4F9CDC (or 0x4F9CDC) is known color: Picton Blue. HEX triplet: 4F, 9C and DC. RGB value is (79,156,220). Sum of RGB (Red+Green+Blue) = 79+156+220=455 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.36% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #4F9CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9CDC is #B06323. Grayscale: #8B8B8B. Windows color (decimal): -11559716 or 14457935. OLE color: 14457935.
HSL color Cylindrical-coordinate representation of color #4F9CDC: hue angle of 207.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F9CDC is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 156 | 220 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.14 |
| HSL | 207.23º | 0.67% | 0.59% | - |
| HSV(B) | 207.23º | 0.64% | 0.86% | - |
| XYZ | 28.03 | 30.61 | 72.14 | - |
| YUV | 140.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 156 | 220 | 0.64 | 0.29 | 0 | 0.14 | 207.23 | 0.67 | 0.59 |
| Hex | 4F | 9C | DC | 40 | 1D | 0 | E | CF | 43 | 3B |
| Octal | 117 | 234 | 334 | 100 | 35 | 0 | 16 | 317 | 103 | 73 |
| Binary | 1001111 | 10011100 | 11011100 | 1000000 | 11101 | 0 | 1110 | 11001111 | 1000011 | 111011 |
Color Harmonies of #4F9CDC
Complementary color
Monochromatic Colors of #4F9CDC
Black with #4F9CDC
Text Example
Text Example
White with #4F9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9CDC; }
p { color: rgb(79,156,220); }
H1.HeaderClassName
{
color: #4F9CDC;
}
.AnyTagClassName
{
color: #4F9CDC;
}
</style>
background-color css
<style>
a { background-color: #4F9CDC; }
a { background-color: rgb(79,156,220); }
div.DivClassName
{
background-color: #4F9CDC;
}
.BgClassName
{
background-color: #4F9CDC;
}
</style>
border-color css
<style>
span { border-color: #4F9CDC; }
span { border-color: rgb(79,156,220); }
td.TdClassName
{
border-color: #4F9CDC;
}
.TagClassName
{
border-color: #4F9CDC;
}
</style>