Shades of Picton Blue #4799CB
Tints of Picton Blue #4799CB
RGB
CMYK
RGB Variations
Color information
#4799CB (or 0x4799CB) is known color: Picton Blue. HEX triplet: 47, 99 and CB. RGB value is (71,153,203). Sum of RGB (Red+Green+Blue) = 71+153+203=427 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.63% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #4799CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4799CB is #B86634. Grayscale: #858585. Windows color (decimal): -12084789 or 13343047. OLE color: 13343047.
HSL color Cylindrical-coordinate representation of color #4799CB: hue angle of 202.73º 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 #4799CB is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 71 | 153 | 203 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.20 |
| HSL | 202.73º | 0.56% | 0.54% | - |
| HSV(B) | 202.73º | 0.65% | 0.8% | - |
| XYZ | 24.77 | 28.43 | 60.68 | - |
| YUV | 134.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 203 | 0.65 | 0.25 | 0 | 0.20 | 202.73 | 0.56 | 0.54 |
| Hex | 47 | 99 | CB | 41 | 19 | 0 | 14 | CB | 38 | 36 |
| Octal | 107 | 231 | 313 | 101 | 31 | 0 | 24 | 313 | 70 | 66 |
| Binary | 1000111 | 10011001 | 11001011 | 1000001 | 11001 | 0 | 10100 | 11001011 | 111000 | 110110 |
Color Harmonies of #4799CB
Complementary color
Monochromatic Colors of #4799CB
Black with #4799CB
Text Example
Text Example
White with #4799CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4799CB; }
p { color: rgb(71,153,203); }
H1.HeaderClassName
{
color: #4799CB;
}
.AnyTagClassName
{
color: #4799CB;
}
</style>
background-color css
<style>
a { background-color: #4799CB; }
a { background-color: rgb(71,153,203); }
div.DivClassName
{
background-color: #4799CB;
}
.BgClassName
{
background-color: #4799CB;
}
</style>
border-color css
<style>
span { border-color: #4799CB; }
span { border-color: rgb(71,153,203); }
td.TdClassName
{
border-color: #4799CB;
}
.TagClassName
{
border-color: #4799CB;
}
</style>