Shades of Picton Blue #4A8ED6
Tints of Picton Blue #4A8ED6
RGB
CMYK
RGB Variations
Color information
#4A8ED6 (or 0x4A8ED6) is known color: Picton Blue. HEX triplet: 4A, 8E and D6. RGB value is (74,142,214). Sum of RGB (Red+Green+Blue) = 74+142+214=430 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.21% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A8ED6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8ED6 is #B57129. Grayscale: #818181. Windows color (decimal): -11890986 or 14061130. OLE color: 14061130.
HSL color Cylindrical-coordinate representation of color #4A8ED6: hue angle of 210.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A8ED6 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 142 | 214 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.16 |
| HSL | 210.86º | 0.63% | 0.56% | - |
| HSV(B) | 210.86º | 0.65% | 0.84% | - |
| XYZ | 24.63 | 25.66 | 67.27 | - |
| YUV | 129.88 | 175.47 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 214 | 0.65 | 0.34 | 0 | 0.16 | 210.86 | 0.63 | 0.56 |
| Hex | 4A | 8E | D6 | 41 | 22 | 0 | 10 | D3 | 3F | 38 |
| Octal | 112 | 216 | 326 | 101 | 42 | 0 | 20 | 323 | 77 | 70 |
| Binary | 1001010 | 10001110 | 11010110 | 1000001 | 100010 | 0 | 10000 | 11010011 | 111111 | 111000 |
Color Harmonies of #4A8ED6
Complementary color
Monochromatic Colors of #4A8ED6
Black with #4A8ED6
Text Example
Text Example
White with #4A8ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8ED6; }
p { color: rgb(74,142,214); }
H1.HeaderClassName
{
color: #4A8ED6;
}
.AnyTagClassName
{
color: #4A8ED6;
}
</style>
background-color css
<style>
a { background-color: #4A8ED6; }
a { background-color: rgb(74,142,214); }
div.DivClassName
{
background-color: #4A8ED6;
}
.BgClassName
{
background-color: #4A8ED6;
}
</style>
border-color css
<style>
span { border-color: #4A8ED6; }
span { border-color: rgb(74,142,214); }
td.TdClassName
{
border-color: #4A8ED6;
}
.TagClassName
{
border-color: #4A8ED6;
}
</style>