Shades of Picton Blue #4F94D1
Tints of Picton Blue #4F94D1
RGB
CMYK
RGB Variations
Color information
#4F94D1 (or 0x4F94D1) is known color: Picton Blue. HEX triplet: 4F, 94 and D1. RGB value is (79,148,209). Sum of RGB (Red+Green+Blue) = 79+148+209=436 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.12% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #4F94D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F94D1 is #B06B2E. Grayscale: #868686. Windows color (decimal): -11561775 or 13734991. OLE color: 13734991.
HSL color Cylindrical-coordinate representation of color #4F94D1: hue angle of 208.15º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F94D1 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 79 | 148 | 209 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.18 |
| HSL | 208.15º | 0.59% | 0.56% | - |
| HSV(B) | 208.15º | 0.62% | 0.82% | - |
| XYZ | 25.32 | 27.45 | 64.28 | - |
| YUV | 134.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 148 | 209 | 0.62 | 0.29 | 0 | 0.18 | 208.15 | 0.59 | 0.56 |
| Hex | 4F | 94 | D1 | 3E | 1D | 0 | 12 | D0 | 3B | 38 |
| Octal | 117 | 224 | 321 | 76 | 35 | 0 | 22 | 320 | 73 | 70 |
| Binary | 1001111 | 10010100 | 11010001 | 111110 | 11101 | 0 | 10010 | 11010000 | 111011 | 111000 |
Color Harmonies of #4F94D1
Complementary color
Monochromatic Colors of #4F94D1
Black with #4F94D1
Text Example
Text Example
White with #4F94D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F94D1; }
p { color: rgb(79,148,209); }
H1.HeaderClassName
{
color: #4F94D1;
}
.AnyTagClassName
{
color: #4F94D1;
}
</style>
background-color css
<style>
a { background-color: #4F94D1; }
a { background-color: rgb(79,148,209); }
div.DivClassName
{
background-color: #4F94D1;
}
.BgClassName
{
background-color: #4F94D1;
}
</style>
border-color css
<style>
span { border-color: #4F94D1; }
span { border-color: rgb(79,148,209); }
td.TdClassName
{
border-color: #4F94D1;
}
.TagClassName
{
border-color: #4F94D1;
}
</style>