Shades of Picton Blue #4790DB
Tints of Picton Blue #4790DB
RGB
CMYK
RGB Variations
Color information
#4790DB (or 0x4790DB) is known color: Picton Blue. HEX triplet: 47, 90 and DB. RGB value is (71,144,219). Sum of RGB (Red+Green+Blue) = 71+144+219=434 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.36% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #4790DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4790DB is #B86F24. Grayscale: #828282. Windows color (decimal): -12087077 or 14389319. OLE color: 14389319.
HSL color Cylindrical-coordinate representation of color #4790DB: hue angle of 210.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4790DB is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 144 | 219 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.14 |
| HSL | 210.41º | 0.67% | 0.57% | - |
| HSV(B) | 210.41º | 0.68% | 0.86% | - |
| XYZ | 25.36 | 26.4 | 70.78 | - |
| YUV | 130.72 | 177.82 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 219 | 0.68 | 0.34 | 0 | 0.14 | 210.41 | 0.67 | 0.57 |
| Hex | 47 | 90 | DB | 44 | 22 | 0 | E | D2 | 43 | 39 |
| Octal | 107 | 220 | 333 | 104 | 42 | 0 | 16 | 322 | 103 | 71 |
| Binary | 1000111 | 10010000 | 11011011 | 1000100 | 100010 | 0 | 1110 | 11010010 | 1000011 | 111001 |
Color Harmonies of #4790DB
Complementary color
Monochromatic Colors of #4790DB
Black with #4790DB
Text Example
Text Example
White with #4790DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790DB; }
p { color: rgb(71,144,219); }
H1.HeaderClassName
{
color: #4790DB;
}
.AnyTagClassName
{
color: #4790DB;
}
</style>
background-color css
<style>
a { background-color: #4790DB; }
a { background-color: rgb(71,144,219); }
div.DivClassName
{
background-color: #4790DB;
}
.BgClassName
{
background-color: #4790DB;
}
</style>
border-color css
<style>
span { border-color: #4790DB; }
span { border-color: rgb(71,144,219); }
td.TdClassName
{
border-color: #4790DB;
}
.TagClassName
{
border-color: #4790DB;
}
</style>