Shades of Picton Blue #4F9DDF
Tints of Picton Blue #4F9DDF
RGB
CMYK
RGB Variations
Color information
#4F9DDF (or 0x4F9DDF) is known color: Picton Blue. HEX triplet: 4F, 9D and DF. RGB value is (79,157,223). Sum of RGB (Red+Green+Blue) = 79+157+223=459 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.21% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #4F9DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F9DDF is #B06220. Grayscale: #8C8C8C. Windows color (decimal): -11559457 or 14654799. OLE color: 14654799.
HSL color Cylindrical-coordinate representation of color #4F9DDF: hue angle of 207.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F9DDF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 79 | 157 | 223 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.13 |
| HSL | 207.5º | 0.69% | 0.59% | - |
| HSV(B) | 207.5º | 0.65% | 0.87% | - |
| XYZ | 28.6 | 31.1 | 74.31 | - |
| YUV | 141.2 | 174.16 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 157 | 223 | 0.65 | 0.30 | 0 | 0.13 | 207.5 | 0.69 | 0.59 |
| Hex | 4F | 9D | DF | 41 | 1E | 0 | D | D0 | 45 | 3B |
| Octal | 117 | 235 | 337 | 101 | 36 | 0 | 15 | 320 | 105 | 73 |
| Binary | 1001111 | 10011101 | 11011111 | 1000001 | 11110 | 0 | 1101 | 11010000 | 1000101 | 111011 |
Color Harmonies of #4F9DDF
Complementary color
Monochromatic Colors of #4F9DDF
Black with #4F9DDF
Text Example
Text Example
White with #4F9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F9DDF; }
p { color: rgb(79,157,223); }
H1.HeaderClassName
{
color: #4F9DDF;
}
.AnyTagClassName
{
color: #4F9DDF;
}
</style>
background-color css
<style>
a { background-color: #4F9DDF; }
a { background-color: rgb(79,157,223); }
div.DivClassName
{
background-color: #4F9DDF;
}
.BgClassName
{
background-color: #4F9DDF;
}
</style>
border-color css
<style>
span { border-color: #4F9DDF; }
span { border-color: rgb(79,157,223); }
td.TdClassName
{
border-color: #4F9DDF;
}
.TagClassName
{
border-color: #4F9DDF;
}
</style>