Shades of Picton Blue #4F99CA
Tints of Picton Blue #4F99CA
RGB
CMYK
RGB Variations
Color information
#4F99CA (or 0x4F99CA) is known color: Picton Blue. HEX triplet: 4F, 99 and CA. RGB value is (79,153,202). Sum of RGB (Red+Green+Blue) = 79+153+202=434 (57% of max value = 765). Red value is 79 (31.25% from 255 or 18.20% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F99CA is #B06635. Grayscale: #888888. Windows color (decimal): -11560502 or 13277519. OLE color: 13277519.
HSL color Cylindrical-coordinate representation of color #4F99CA: hue angle of 203.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F99CA is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 79 | 153 | 202 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.21 |
| HSL | 203.9º | 0.54% | 0.55% | - |
| HSV(B) | 203.9º | 0.61% | 0.79% | - |
| XYZ | 25.28 | 28.71 | 60.09 | - |
| YUV | 136.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 153 | 202 | 0.61 | 0.24 | 0 | 0.21 | 203.9 | 0.54 | 0.55 |
| Hex | 4F | 99 | CA | 3D | 18 | 0 | 15 | CC | 36 | 37 |
| Octal | 117 | 231 | 312 | 75 | 30 | 0 | 25 | 314 | 66 | 67 |
| Binary | 1001111 | 10011001 | 11001010 | 111101 | 11000 | 0 | 10101 | 11001100 | 110110 | 110111 |
Color Harmonies of #4F99CA
Complementary color
Monochromatic Colors of #4F99CA
Black with #4F99CA
Text Example
Text Example
White with #4F99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F99CA; }
p { color: rgb(79,153,202); }
H1.HeaderClassName
{
color: #4F99CA;
}
.AnyTagClassName
{
color: #4F99CA;
}
</style>
background-color css
<style>
a { background-color: #4F99CA; }
a { background-color: rgb(79,153,202); }
div.DivClassName
{
background-color: #4F99CA;
}
.BgClassName
{
background-color: #4F99CA;
}
</style>
border-color css
<style>
span { border-color: #4F99CA; }
span { border-color: rgb(79,153,202); }
td.TdClassName
{
border-color: #4F99CA;
}
.TagClassName
{
border-color: #4F99CA;
}
</style>