Shades of Picton Blue #4799D8
Tints of Picton Blue #4799D8
RGB
CMYK
RGB Variations
Color information
#4799D8 (or 0x4799D8) is known color: Picton Blue. HEX triplet: 47, 99 and D8. RGB value is (71,153,216). Sum of RGB (Red+Green+Blue) = 71+153+216=440 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.14% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #4799D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4799D8 is #B86627. Grayscale: #878787. Windows color (decimal): -12084776 or 14195015. OLE color: 14195015.
HSL color Cylindrical-coordinate representation of color #4799D8: hue angle of 206.07º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4799D8 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 71 | 153 | 216 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.15 |
| HSL | 206.07º | 0.65% | 0.56% | - |
| HSV(B) | 206.07º | 0.67% | 0.85% | - |
| XYZ | 26.38 | 29.08 | 69.19 | - |
| YUV | 135.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 153 | 216 | 0.67 | 0.29 | 0 | 0.15 | 206.07 | 0.65 | 0.56 |
| Hex | 47 | 99 | D8 | 43 | 1D | 0 | F | CE | 41 | 38 |
| Octal | 107 | 231 | 330 | 103 | 35 | 0 | 17 | 316 | 101 | 70 |
| Binary | 1000111 | 10011001 | 11011000 | 1000011 | 11101 | 0 | 1111 | 11001110 | 1000001 | 111000 |
Color Harmonies of #4799D8
Complementary color
Monochromatic Colors of #4799D8
Black with #4799D8
Text Example
Text Example
White with #4799D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4799D8; }
p { color: rgb(71,153,216); }
H1.HeaderClassName
{
color: #4799D8;
}
.AnyTagClassName
{
color: #4799D8;
}
</style>
background-color css
<style>
a { background-color: #4799D8; }
a { background-color: rgb(71,153,216); }
div.DivClassName
{
background-color: #4799D8;
}
.BgClassName
{
background-color: #4799D8;
}
</style>
border-color css
<style>
span { border-color: #4799D8; }
span { border-color: rgb(71,153,216); }
td.TdClassName
{
border-color: #4799D8;
}
.TagClassName
{
border-color: #4799D8;
}
</style>