Shades of Picton Blue #4F9CCD
Tints of Picton Blue #4F9CCD
RGB
CMYK
RGB Variations
Color information
#4F9CCD (or 0x4F9CCD) is known color: Picton Blue. HEX triplet: 4F, 9C and CD. RGB value is (79,156,205). Sum of RGB (Red+Green+Blue) = 79+156+205=440 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.95% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9CCD is #B06332. Grayscale: #8A8A8A. Windows color (decimal): -11559731 or 13474895. OLE color: 13474895.
HSL color Cylindrical-coordinate representation of color #4F9CCD: hue angle of 203.33º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F9CCD is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 79 | 156 | 205 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.20 |
| HSL | 203.33º | 0.56% | 0.56% | - |
| HSV(B) | 203.33º | 0.61% | 0.8% | - |
| XYZ | 26.13 | 29.85 | 62.14 | - |
| YUV | 138.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 156 | 205 | 0.61 | 0.24 | 0 | 0.20 | 203.33 | 0.56 | 0.56 |
| Hex | 4F | 9C | CD | 3D | 18 | 0 | 14 | CB | 38 | 38 |
| Octal | 117 | 234 | 315 | 75 | 30 | 0 | 24 | 313 | 70 | 70 |
| Binary | 1001111 | 10011100 | 11001101 | 111101 | 11000 | 0 | 10100 | 11001011 | 111000 | 111000 |
Color Harmonies of #4F9CCD
Complementary color
Monochromatic Colors of #4F9CCD
Black with #4F9CCD
Text Example
Text Example
White with #4F9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9CCD; }
p { color: rgb(79,156,205); }
H1.HeaderClassName
{
color: #4F9CCD;
}
.AnyTagClassName
{
color: #4F9CCD;
}
</style>
background-color css
<style>
a { background-color: #4F9CCD; }
a { background-color: rgb(79,156,205); }
div.DivClassName
{
background-color: #4F9CCD;
}
.BgClassName
{
background-color: #4F9CCD;
}
</style>
border-color css
<style>
span { border-color: #4F9CCD; }
span { border-color: rgb(79,156,205); }
td.TdClassName
{
border-color: #4F9CCD;
}
.TagClassName
{
border-color: #4F9CCD;
}
</style>