Shades of Picton Blue #479BC4
Tints of Picton Blue #479BC4
RGB
CMYK
RGB Variations
Color information
#479BC4 (or 0x479BC4) is known color: Picton Blue. HEX triplet: 47, 9B and C4. RGB value is (71,155,196). Sum of RGB (Red+Green+Blue) = 71+155+196=422 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.82% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #479BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479BC4 is #B8643B. Grayscale: #868686. Windows color (decimal): -12084284 or 12884807. OLE color: 12884807.
HSL color Cylindrical-coordinate representation of color #479BC4: hue angle of 199.68º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #479BC4 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 71 | 155 | 196 | - |
| CMYK | 0.64 | 0.21 | 0 | 0.23 |
| HSL | 199.68º | 0.51% | 0.52% | - |
| HSV(B) | 199.68º | 0.64% | 0.77% | - |
| XYZ | 24.28 | 28.77 | 56.5 | - |
| YUV | 134.56 | 162.67 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 155 | 196 | 0.64 | 0.21 | 0 | 0.23 | 199.68 | 0.51 | 0.52 |
| Hex | 47 | 9B | C4 | 40 | 15 | 0 | 17 | C8 | 33 | 34 |
| Octal | 107 | 233 | 304 | 100 | 25 | 0 | 27 | 310 | 63 | 64 |
| Binary | 1000111 | 10011011 | 11000100 | 1000000 | 10101 | 0 | 10111 | 11001000 | 110011 | 110100 |
Color Harmonies of #479BC4
Complementary color
Monochromatic Colors of #479BC4
Black with #479BC4
Text Example
Text Example
White with #479BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479BC4; }
p { color: rgb(71,155,196); }
H1.HeaderClassName
{
color: #479BC4;
}
.AnyTagClassName
{
color: #479BC4;
}
</style>
background-color css
<style>
a { background-color: #479BC4; }
a { background-color: rgb(71,155,196); }
div.DivClassName
{
background-color: #479BC4;
}
.BgClassName
{
background-color: #479BC4;
}
</style>
border-color css
<style>
span { border-color: #479BC4; }
span { border-color: rgb(71,155,196); }
td.TdClassName
{
border-color: #479BC4;
}
.TagClassName
{
border-color: #479BC4;
}
</style>