Shades of Picton Blue #4A8EDC
Tints of Picton Blue #4A8EDC
RGB
CMYK
RGB Variations
Color information
#4A8EDC (or 0x4A8EDC) is known color: Picton Blue. HEX triplet: 4A, 8E and DC. RGB value is (74,142,220). Sum of RGB (Red+Green+Blue) = 74+142+220=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 142 (55.86% from 255 or 32.57% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A8EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8EDC is #B57123. Grayscale: #828282. Windows color (decimal): -11890980 or 14454346. OLE color: 14454346.
HSL color Cylindrical-coordinate representation of color #4A8EDC: hue angle of 212.05º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A8EDC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 142 | 220 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.14 |
| HSL | 212.05º | 0.68% | 0.58% | - |
| HSV(B) | 212.05º | 0.66% | 0.86% | - |
| XYZ | 25.42 | 25.97 | 71.38 | - |
| YUV | 130.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 220 | 0.66 | 0.35 | 0 | 0.14 | 212.05 | 0.68 | 0.58 |
| Hex | 4A | 8E | DC | 42 | 23 | 0 | E | D4 | 44 | 3A |
| Octal | 112 | 216 | 334 | 102 | 43 | 0 | 16 | 324 | 104 | 72 |
| Binary | 1001010 | 10001110 | 11011100 | 1000010 | 100011 | 0 | 1110 | 11010100 | 1000100 | 111010 |
Color Harmonies of #4A8EDC
Complementary color
Monochromatic Colors of #4A8EDC
Black with #4A8EDC
Text Example
Text Example
White with #4A8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8EDC; }
p { color: rgb(74,142,220); }
H1.HeaderClassName
{
color: #4A8EDC;
}
.AnyTagClassName
{
color: #4A8EDC;
}
</style>
background-color css
<style>
a { background-color: #4A8EDC; }
a { background-color: rgb(74,142,220); }
div.DivClassName
{
background-color: #4A8EDC;
}
.BgClassName
{
background-color: #4A8EDC;
}
</style>
border-color css
<style>
span { border-color: #4A8EDC; }
span { border-color: rgb(74,142,220); }
td.TdClassName
{
border-color: #4A8EDC;
}
.TagClassName
{
border-color: #4A8EDC;
}
</style>