Shades of Picton Blue #4F96CE
Tints of Picton Blue #4F96CE
RGB
CMYK
RGB Variations
Color information
#4F96CE (or 0x4F96CE) is known color: Picton Blue. HEX triplet: 4F, 96 and CE. RGB value is (79,150,206). Sum of RGB (Red+Green+Blue) = 79+150+206=435 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.16% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F96CE is #B06931. Grayscale: #868686. Windows color (decimal): -11561266 or 13538895. OLE color: 13538895.
HSL color Cylindrical-coordinate representation of color #4F96CE: hue angle of 206.46º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F96CE is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 150 | 206 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.19 |
| HSL | 206.46º | 0.56% | 0.56% | - |
| HSV(B) | 206.46º | 0.62% | 0.81% | - |
| XYZ | 25.27 | 27.93 | 62.45 | - |
| YUV | 135.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 150 | 206 | 0.62 | 0.27 | 0 | 0.19 | 206.46 | 0.56 | 0.56 |
| Hex | 4F | 96 | CE | 3E | 1B | 0 | 13 | CE | 38 | 38 |
| Octal | 117 | 226 | 316 | 76 | 33 | 0 | 23 | 316 | 70 | 70 |
| Binary | 1001111 | 10010110 | 11001110 | 111110 | 11011 | 0 | 10011 | 11001110 | 111000 | 111000 |
Color Harmonies of #4F96CE
Complementary color
Monochromatic Colors of #4F96CE
Black with #4F96CE
Text Example
Text Example
White with #4F96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F96CE; }
p { color: rgb(79,150,206); }
H1.HeaderClassName
{
color: #4F96CE;
}
.AnyTagClassName
{
color: #4F96CE;
}
</style>
background-color css
<style>
a { background-color: #4F96CE; }
a { background-color: rgb(79,150,206); }
div.DivClassName
{
background-color: #4F96CE;
}
.BgClassName
{
background-color: #4F96CE;
}
</style>
border-color css
<style>
span { border-color: #4F96CE; }
span { border-color: rgb(79,150,206); }
td.TdClassName
{
border-color: #4F96CE;
}
.TagClassName
{
border-color: #4F96CE;
}
</style>