Shades of Picton Blue #479CCB
Tints of Picton Blue #479CCB
RGB
CMYK
RGB Variations
Color information
#479CCB (or 0x479CCB) is known color: Picton Blue. HEX triplet: 47, 9C and CB. RGB value is (71,156,203). Sum of RGB (Red+Green+Blue) = 71+156+203=430 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.51% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #479CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #479CCB is #B86334. Grayscale: #878787. Windows color (decimal): -12084021 or 13343815. OLE color: 13343815.
HSL color Cylindrical-coordinate representation of color #479CCB: hue angle of 201.36º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #479CCB is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 156 | 203 | - |
| CMYK | 0.65 | 0.23 | 0 | 0.20 |
| HSL | 201.36º | 0.56% | 0.54% | - |
| HSV(B) | 201.36º | 0.65% | 0.8% | - |
| XYZ | 25.27 | 29.43 | 60.85 | - |
| YUV | 135.94 | 165.84 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 156 | 203 | 0.65 | 0.23 | 0 | 0.20 | 201.36 | 0.56 | 0.54 |
| Hex | 47 | 9C | CB | 41 | 17 | 0 | 14 | C9 | 38 | 36 |
| Octal | 107 | 234 | 313 | 101 | 27 | 0 | 24 | 311 | 70 | 66 |
| Binary | 1000111 | 10011100 | 11001011 | 1000001 | 10111 | 0 | 10100 | 11001001 | 111000 | 110110 |
Color Harmonies of #479CCB
Complementary color
Monochromatic Colors of #479CCB
Black with #479CCB
Text Example
Text Example
White with #479CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #479CCB; }
p { color: rgb(71,156,203); }
H1.HeaderClassName
{
color: #479CCB;
}
.AnyTagClassName
{
color: #479CCB;
}
</style>
background-color css
<style>
a { background-color: #479CCB; }
a { background-color: rgb(71,156,203); }
div.DivClassName
{
background-color: #479CCB;
}
.BgClassName
{
background-color: #479CCB;
}
</style>
border-color css
<style>
span { border-color: #479CCB; }
span { border-color: rgb(71,156,203); }
td.TdClassName
{
border-color: #479CCB;
}
.TagClassName
{
border-color: #479CCB;
}
</style>