Shades of Picton Blue #4FA2DB
Tints of Picton Blue #4FA2DB
RGB
CMYK
RGB Variations
Color information
#4FA2DB (or 0x4FA2DB) is known color: Picton Blue. HEX triplet: 4F, A2 and DB. RGB value is (79,162,219). Sum of RGB (Red+Green+Blue) = 79+162+219=460 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.17% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FA2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FA2DB is #B05D24. Grayscale: #8F8F8F. Windows color (decimal): -11558181 or 14393935. OLE color: 14393935.
HSL color Cylindrical-coordinate representation of color #4FA2DB: hue angle of 204.43º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4FA2DB is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 162 | 219 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.14 |
| HSL | 204.43º | 0.66% | 0.58% | - |
| HSV(B) | 204.43º | 0.64% | 0.86% | - |
| XYZ | 28.93 | 32.62 | 71.79 | - |
| YUV | 143.68 | 170.5 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 162 | 219 | 0.64 | 0.26 | 0 | 0.14 | 204.43 | 0.66 | 0.58 |
| Hex | 4F | A2 | DB | 40 | 1A | 0 | E | CC | 42 | 3A |
| Octal | 117 | 242 | 333 | 100 | 32 | 0 | 16 | 314 | 102 | 72 |
| Binary | 1001111 | 10100010 | 11011011 | 1000000 | 11010 | 0 | 1110 | 11001100 | 1000010 | 111010 |
Color Harmonies of #4FA2DB
Complementary color
Monochromatic Colors of #4FA2DB
Black with #4FA2DB
Text Example
Text Example
White with #4FA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FA2DB; }
p { color: rgb(79,162,219); }
H1.HeaderClassName
{
color: #4FA2DB;
}
.AnyTagClassName
{
color: #4FA2DB;
}
</style>
background-color css
<style>
a { background-color: #4FA2DB; }
a { background-color: rgb(79,162,219); }
div.DivClassName
{
background-color: #4FA2DB;
}
.BgClassName
{
background-color: #4FA2DB;
}
</style>
border-color css
<style>
span { border-color: #4FA2DB; }
span { border-color: rgb(79,162,219); }
td.TdClassName
{
border-color: #4FA2DB;
}
.TagClassName
{
border-color: #4FA2DB;
}
</style>