Shades of Picton Blue #4798CB
Tints of Picton Blue #4798CB
RGB
CMYK
RGB Variations
Color information
#4798CB (or 0x4798CB) is known color: Picton Blue. HEX triplet: 47, 98 and CB. RGB value is (71,152,203). Sum of RGB (Red+Green+Blue) = 71+152+203=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #4798CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4798CB is #B86734. Grayscale: #858585. Windows color (decimal): -12085045 or 13342791. OLE color: 13342791.
HSL color Cylindrical-coordinate representation of color #4798CB: hue angle of 203.18º 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 #4798CB is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 152 | 203 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.20 |
| HSL | 203.18º | 0.56% | 0.54% | - |
| HSV(B) | 203.18º | 0.65% | 0.8% | - |
| XYZ | 24.61 | 28.11 | 60.63 | - |
| YUV | 133.6 | 167.16 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 203 | 0.65 | 0.25 | 0 | 0.20 | 203.18 | 0.56 | 0.54 |
| Hex | 47 | 98 | CB | 41 | 19 | 0 | 14 | CB | 38 | 36 |
| Octal | 107 | 230 | 313 | 101 | 31 | 0 | 24 | 313 | 70 | 66 |
| Binary | 1000111 | 10011000 | 11001011 | 1000001 | 11001 | 0 | 10100 | 11001011 | 111000 | 110110 |
Color Harmonies of #4798CB
Complementary color
Monochromatic Colors of #4798CB
Black with #4798CB
Text Example
Text Example
White with #4798CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4798CB; }
p { color: rgb(71,152,203); }
H1.HeaderClassName
{
color: #4798CB;
}
.AnyTagClassName
{
color: #4798CB;
}
</style>
background-color css
<style>
a { background-color: #4798CB; }
a { background-color: rgb(71,152,203); }
div.DivClassName
{
background-color: #4798CB;
}
.BgClassName
{
background-color: #4798CB;
}
</style>
border-color css
<style>
span { border-color: #4798CB; }
span { border-color: rgb(71,152,203); }
td.TdClassName
{
border-color: #4798CB;
}
.TagClassName
{
border-color: #4798CB;
}
</style>