Shades of Picton Blue #4A96DB
Tints of Picton Blue #4A96DB
RGB
CMYK
RGB Variations
Color information
#4A96DB (or 0x4A96DB) is known color: Picton Blue. HEX triplet: 4A, 96 and DB. RGB value is (74,150,219). Sum of RGB (Red+Green+Blue) = 74+150+219=443 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.70% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A96DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A96DB is #B56924. Grayscale: #868686. Windows color (decimal): -11888933 or 14390858. OLE color: 14390858.
HSL color Cylindrical-coordinate representation of color #4A96DB: hue angle of 208.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A96DB is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 150 | 219 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.14 |
| HSL | 208.55º | 0.67% | 0.57% | - |
| HSV(B) | 208.55º | 0.66% | 0.86% | - |
| XYZ | 26.52 | 28.38 | 71.1 | - |
| YUV | 135.14 | 175.32 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 219 | 0.66 | 0.32 | 0 | 0.14 | 208.55 | 0.67 | 0.57 |
| Hex | 4A | 96 | DB | 42 | 20 | 0 | E | D1 | 43 | 39 |
| Octal | 112 | 226 | 333 | 102 | 40 | 0 | 16 | 321 | 103 | 71 |
| Binary | 1001010 | 10010110 | 11011011 | 1000010 | 100000 | 0 | 1110 | 11010001 | 1000011 | 111001 |
Color Harmonies of #4A96DB
Complementary color
Monochromatic Colors of #4A96DB
Black with #4A96DB
Text Example
Text Example
White with #4A96DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A96DB; }
p { color: rgb(74,150,219); }
H1.HeaderClassName
{
color: #4A96DB;
}
.AnyTagClassName
{
color: #4A96DB;
}
</style>
background-color css
<style>
a { background-color: #4A96DB; }
a { background-color: rgb(74,150,219); }
div.DivClassName
{
background-color: #4A96DB;
}
.BgClassName
{
background-color: #4A96DB;
}
</style>
border-color css
<style>
span { border-color: #4A96DB; }
span { border-color: rgb(74,150,219); }
td.TdClassName
{
border-color: #4A96DB;
}
.TagClassName
{
border-color: #4A96DB;
}
</style>