Shades of Picton Blue #4A96DC
Tints of Picton Blue #4A96DC
RGB
CMYK
RGB Variations
Color information
#4A96DC (or 0x4A96DC) is known color: Picton Blue. HEX triplet: 4A, 96 and DC. RGB value is (74,150,220). Sum of RGB (Red+Green+Blue) = 74+150+220=444 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.67% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A96DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96DC is #B56923. Grayscale: #868686. Windows color (decimal): -11888932 or 14456394. OLE color: 14456394.
HSL color Cylindrical-coordinate representation of color #4A96DC: hue angle of 208.77º 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 #4A96DC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 150 | 220 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.14 |
| HSL | 208.77º | 0.68% | 0.58% | - |
| HSV(B) | 208.77º | 0.66% | 0.86% | - |
| XYZ | 26.65 | 28.44 | 71.79 | - |
| YUV | 135.26 | 175.82 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 220 | 0.66 | 0.32 | 0 | 0.14 | 208.77 | 0.68 | 0.58 |
| Hex | 4A | 96 | DC | 42 | 20 | 0 | E | D1 | 44 | 3A |
| Octal | 112 | 226 | 334 | 102 | 40 | 0 | 16 | 321 | 104 | 72 |
| Binary | 1001010 | 10010110 | 11011100 | 1000010 | 100000 | 0 | 1110 | 11010001 | 1000100 | 111010 |
Color Harmonies of #4A96DC
Complementary color
Monochromatic Colors of #4A96DC
Black with #4A96DC
Text Example
Text Example
White with #4A96DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A96DC; }
p { color: rgb(74,150,220); }
H1.HeaderClassName
{
color: #4A96DC;
}
.AnyTagClassName
{
color: #4A96DC;
}
</style>
background-color css
<style>
a { background-color: #4A96DC; }
a { background-color: rgb(74,150,220); }
div.DivClassName
{
background-color: #4A96DC;
}
.BgClassName
{
background-color: #4A96DC;
}
</style>
border-color css
<style>
span { border-color: #4A96DC; }
span { border-color: rgb(74,150,220); }
td.TdClassName
{
border-color: #4A96DC;
}
.TagClassName
{
border-color: #4A96DC;
}
</style>