Shades of Picton Blue #479ADB
Tints of Picton Blue #479ADB
RGB
CMYK
RGB Variations
Color information
#479ADB (or 0x479ADB) is known color: Picton Blue. HEX triplet: 47, 9A and DB. RGB value is (71,154,219). Sum of RGB (Red+Green+Blue) = 71+154+219=444 (58% of max value = 765). Red value is 71 (28.12% from 255 or 15.99% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #479ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479ADB is #B86524. Grayscale: #888888. Windows color (decimal): -12084517 or 14391879. OLE color: 14391879.
HSL color Cylindrical-coordinate representation of color #479ADB: hue angle of 206.35º 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 #479ADB is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 71 | 154 | 219 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.14 |
| HSL | 206.35º | 0.67% | 0.57% | - |
| HSV(B) | 206.35º | 0.68% | 0.86% | - |
| XYZ | 26.94 | 29.57 | 71.3 | - |
| YUV | 136.59 | 174.5 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 219 | 0.68 | 0.30 | 0 | 0.14 | 206.35 | 0.67 | 0.57 |
| Hex | 47 | 9A | DB | 44 | 1E | 0 | E | CE | 43 | 39 |
| Octal | 107 | 232 | 333 | 104 | 36 | 0 | 16 | 316 | 103 | 71 |
| Binary | 1000111 | 10011010 | 11011011 | 1000100 | 11110 | 0 | 1110 | 11001110 | 1000011 | 111001 |
Color Harmonies of #479ADB
Complementary color
Monochromatic Colors of #479ADB
Black with #479ADB
Text Example
Text Example
White with #479ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479ADB; }
p { color: rgb(71,154,219); }
H1.HeaderClassName
{
color: #479ADB;
}
.AnyTagClassName
{
color: #479ADB;
}
</style>
background-color css
<style>
a { background-color: #479ADB; }
a { background-color: rgb(71,154,219); }
div.DivClassName
{
background-color: #479ADB;
}
.BgClassName
{
background-color: #479ADB;
}
</style>
border-color css
<style>
span { border-color: #479ADB; }
span { border-color: rgb(71,154,219); }
td.TdClassName
{
border-color: #479ADB;
}
.TagClassName
{
border-color: #479ADB;
}
</style>