Shades of Picton Blue #4A96D6
Tints of Picton Blue #4A96D6
RGB
CMYK
RGB Variations
Color information
#4A96D6 (or 0x4A96D6) is known color: Picton Blue. HEX triplet: 4A, 96 and D6. RGB value is (74,150,214). Sum of RGB (Red+Green+Blue) = 74+150+214=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A96D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96D6 is #B56929. Grayscale: #868686. Windows color (decimal): -11888938 or 14063178. OLE color: 14063178.
HSL color Cylindrical-coordinate representation of color #4A96D6: hue angle of 207.43º 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 #4A96D6 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 150 | 214 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.16 |
| HSL | 207.43º | 0.63% | 0.56% | - |
| HSV(B) | 207.43º | 0.65% | 0.84% | - |
| XYZ | 25.87 | 28.12 | 67.68 | - |
| YUV | 134.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 214 | 0.65 | 0.30 | 0 | 0.16 | 207.43 | 0.63 | 0.56 |
| Hex | 4A | 96 | D6 | 41 | 1E | 0 | 10 | CF | 3F | 38 |
| Octal | 112 | 226 | 326 | 101 | 36 | 0 | 20 | 317 | 77 | 70 |
| Binary | 1001010 | 10010110 | 11010110 | 1000001 | 11110 | 0 | 10000 | 11001111 | 111111 | 111000 |
Color Harmonies of #4A96D6
Complementary color
Monochromatic Colors of #4A96D6
Black with #4A96D6
Text Example
Text Example
White with #4A96D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A96D6; }
p { color: rgb(74,150,214); }
H1.HeaderClassName
{
color: #4A96D6;
}
.AnyTagClassName
{
color: #4A96D6;
}
</style>
background-color css
<style>
a { background-color: #4A96D6; }
a { background-color: rgb(74,150,214); }
div.DivClassName
{
background-color: #4A96D6;
}
.BgClassName
{
background-color: #4A96D6;
}
</style>
border-color css
<style>
span { border-color: #4A96D6; }
span { border-color: rgb(74,150,214); }
td.TdClassName
{
border-color: #4A96D6;
}
.TagClassName
{
border-color: #4A96D6;
}
</style>