Shades of Picton Blue #479AD4
Tints of Picton Blue #479AD4
RGB
CMYK
RGB Variations
Color information
#479AD4 (or 0x479AD4) is known color: Picton Blue. HEX triplet: 47, 9A and D4. RGB value is (71,154,212). Sum of RGB (Red+Green+Blue) = 71+154+212=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 154 (60.55% from 255 or 35.24% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #479AD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479AD4 is #B8652B. Grayscale: #878787. Windows color (decimal): -12084524 or 13933127. OLE color: 13933127.
HSL color Cylindrical-coordinate representation of color #479AD4: hue angle of 204.68º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #479AD4 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 71 | 154 | 212 | - |
| CMYK | 0.67 | 0.27 | 0 | 0.17 |
| HSL | 204.68º | 0.62% | 0.55% | - |
| HSV(B) | 204.68º | 0.67% | 0.83% | - |
| XYZ | 26.04 | 29.2 | 66.55 | - |
| YUV | 135.8 | 171 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 154 | 212 | 0.67 | 0.27 | 0 | 0.17 | 204.68 | 0.62 | 0.55 |
| Hex | 47 | 9A | D4 | 43 | 1B | 0 | 11 | CD | 3E | 37 |
| Octal | 107 | 232 | 324 | 103 | 33 | 0 | 21 | 315 | 76 | 67 |
| Binary | 1000111 | 10011010 | 11010100 | 1000011 | 11011 | 0 | 10001 | 11001101 | 111110 | 110111 |
Color Harmonies of #479AD4
Complementary color
Monochromatic Colors of #479AD4
Black with #479AD4
Text Example
Text Example
White with #479AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479AD4; }
p { color: rgb(71,154,212); }
H1.HeaderClassName
{
color: #479AD4;
}
.AnyTagClassName
{
color: #479AD4;
}
</style>
background-color css
<style>
a { background-color: #479AD4; }
a { background-color: rgb(71,154,212); }
div.DivClassName
{
background-color: #479AD4;
}
.BgClassName
{
background-color: #479AD4;
}
</style>
border-color css
<style>
span { border-color: #479AD4; }
span { border-color: rgb(71,154,212); }
td.TdClassName
{
border-color: #479AD4;
}
.TagClassName
{
border-color: #479AD4;
}
</style>