Shades of Picton Blue #4798CC
Tints of Picton Blue #4798CC
RGB
CMYK
RGB Variations
Color information
#4798CC (or 0x4798CC) is known color: Picton Blue. HEX triplet: 47, 98 and CC. RGB value is (71,152,204). Sum of RGB (Red+Green+Blue) = 71+152+204=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #4798CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4798CC is #B86733. Grayscale: #858585. Windows color (decimal): -12085044 or 13408327. OLE color: 13408327.
HSL color Cylindrical-coordinate representation of color #4798CC: hue angle of 203.46º degrees, saturation: 0.57, 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 #4798CC is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 71 | 152 | 204 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.2 |
| HSL | 203.46º | 0.57% | 0.54% | - |
| HSV(B) | 203.46º | 0.65% | 0.8% | - |
| XYZ | 24.73 | 28.16 | 61.26 | - |
| YUV | 133.71 | 167.66 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 204 | 0.65 | 0.25 | 0 | 0.2 | 203.46 | 0.57 | 0.54 |
| Hex | 47 | 98 | CC | 41 | 19 | 0 | 14 | CB | 39 | 36 |
| Octal | 107 | 230 | 314 | 101 | 31 | 0 | 24 | 313 | 71 | 66 |
| Binary | 1000111 | 10011000 | 11001100 | 1000001 | 11001 | 0 | 10100 | 11001011 | 111001 | 110110 |
Color Harmonies of #4798CC
Complementary color
Monochromatic Colors of #4798CC
Black with #4798CC
Text Example
Text Example
White with #4798CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4798CC; }
p { color: rgb(71,152,204); }
H1.HeaderClassName
{
color: #4798CC;
}
.AnyTagClassName
{
color: #4798CC;
}
</style>
background-color css
<style>
a { background-color: #4798CC; }
a { background-color: rgb(71,152,204); }
div.DivClassName
{
background-color: #4798CC;
}
.BgClassName
{
background-color: #4798CC;
}
</style>
border-color css
<style>
span { border-color: #4798CC; }
span { border-color: rgb(71,152,204); }
td.TdClassName
{
border-color: #4798CC;
}
.TagClassName
{
border-color: #4798CC;
}
</style>