Shades of Picton Blue #4A8FDB
Tints of Picton Blue #4A8FDB
RGB
CMYK
RGB Variations
Color information
#4A8FDB (or 0x4A8FDB) is known color: Picton Blue. HEX triplet: 4A, 8F and DB. RGB value is (74,143,219). Sum of RGB (Red+Green+Blue) = 74+143+219=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A8FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8FDB is #B57024. Grayscale: #828282. Windows color (decimal): -11890725 or 14389066. OLE color: 14389066.
HSL color Cylindrical-coordinate representation of color #4A8FDB: hue angle of 211.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A8FDB is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 143 | 219 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.14 |
| HSL | 211.45º | 0.67% | 0.57% | - |
| HSV(B) | 211.45º | 0.66% | 0.86% | - |
| XYZ | 25.43 | 26.22 | 70.74 | - |
| YUV | 131.03 | 177.64 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 143 | 219 | 0.66 | 0.35 | 0 | 0.14 | 211.45 | 0.67 | 0.57 |
| Hex | 4A | 8F | DB | 42 | 23 | 0 | E | D3 | 43 | 39 |
| Octal | 112 | 217 | 333 | 102 | 43 | 0 | 16 | 323 | 103 | 71 |
| Binary | 1001010 | 10001111 | 11011011 | 1000010 | 100011 | 0 | 1110 | 11010011 | 1000011 | 111001 |
Color Harmonies of #4A8FDB
Complementary color
Monochromatic Colors of #4A8FDB
Black with #4A8FDB
Text Example
Text Example
White with #4A8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8FDB; }
p { color: rgb(74,143,219); }
H1.HeaderClassName
{
color: #4A8FDB;
}
.AnyTagClassName
{
color: #4A8FDB;
}
</style>
background-color css
<style>
a { background-color: #4A8FDB; }
a { background-color: rgb(74,143,219); }
div.DivClassName
{
background-color: #4A8FDB;
}
.BgClassName
{
background-color: #4A8FDB;
}
</style>
border-color css
<style>
span { border-color: #4A8FDB; }
span { border-color: rgb(74,143,219); }
td.TdClassName
{
border-color: #4A8FDB;
}
.TagClassName
{
border-color: #4A8FDB;
}
</style>