Shades of Picton Blue #4A8EDF
Tints of Picton Blue #4A8EDF
RGB
CMYK
RGB Variations
Color information
#4A8EDF (or 0x4A8EDF) is known color: Picton Blue. HEX triplet: 4A, 8E and DF. RGB value is (74,142,223). Sum of RGB (Red+Green+Blue) = 74+142+223=439 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.86% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A8EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8EDF is #B57120. Grayscale: #828282. Windows color (decimal): -11890977 or 14650954. OLE color: 14650954.
HSL color Cylindrical-coordinate representation of color #4A8EDF: hue angle of 212.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A8EDF is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 142 | 223 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.13 |
| HSL | 212.62º | 0.7% | 0.58% | - |
| HSV(B) | 212.62º | 0.67% | 0.87% | - |
| XYZ | 25.82 | 26.13 | 73.49 | - |
| YUV | 130.9 | 179.97 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 223 | 0.67 | 0.36 | 0 | 0.13 | 212.62 | 0.7 | 0.58 |
| Hex | 4A | 8E | DF | 43 | 24 | 0 | D | D5 | 46 | 3A |
| Octal | 112 | 216 | 337 | 103 | 44 | 0 | 15 | 325 | 106 | 72 |
| Binary | 1001010 | 10001110 | 11011111 | 1000011 | 100100 | 0 | 1101 | 11010101 | 1000110 | 111010 |
Color Harmonies of #4A8EDF
Complementary color
Monochromatic Colors of #4A8EDF
Black with #4A8EDF
Text Example
Text Example
White with #4A8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8EDF; }
p { color: rgb(74,142,223); }
H1.HeaderClassName
{
color: #4A8EDF;
}
.AnyTagClassName
{
color: #4A8EDF;
}
</style>
background-color css
<style>
a { background-color: #4A8EDF; }
a { background-color: rgb(74,142,223); }
div.DivClassName
{
background-color: #4A8EDF;
}
.BgClassName
{
background-color: #4A8EDF;
}
</style>
border-color css
<style>
span { border-color: #4A8EDF; }
span { border-color: rgb(74,142,223); }
td.TdClassName
{
border-color: #4A8EDF;
}
.TagClassName
{
border-color: #4A8EDF;
}
</style>