Shades of Picton Blue #4995DF
Tints of Picton Blue #4995DF
RGB
CMYK
RGB Variations
Color information
#4995DF (or 0x4995DF) is known color: Picton Blue. HEX triplet: 49, 95 and DF. RGB value is (73,149,223). Sum of RGB (Red+Green+Blue) = 73+149+223=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #4995DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4995DF is #B66A20. Grayscale: #868686. Windows color (decimal): -11954721 or 14652745. OLE color: 14652745.
HSL color Cylindrical-coordinate representation of color #4995DF: hue angle of 209.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4995DF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 149 | 223 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.13 |
| HSL | 209.6º | 0.7% | 0.58% | - |
| HSV(B) | 209.6º | 0.67% | 0.87% | - |
| XYZ | 26.81 | 28.24 | 73.85 | - |
| YUV | 134.71 | 177.82 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 149 | 223 | 0.67 | 0.33 | 0 | 0.13 | 209.6 | 0.7 | 0.58 |
| Hex | 49 | 95 | DF | 43 | 21 | 0 | D | D2 | 46 | 3A |
| Octal | 111 | 225 | 337 | 103 | 41 | 0 | 15 | 322 | 106 | 72 |
| Binary | 1001001 | 10010101 | 11011111 | 1000011 | 100001 | 0 | 1101 | 11010010 | 1000110 | 111010 |
Color Harmonies of #4995DF
Complementary color
Monochromatic Colors of #4995DF
Black with #4995DF
Text Example
Text Example
White with #4995DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4995DF; }
p { color: rgb(73,149,223); }
H1.HeaderClassName
{
color: #4995DF;
}
.AnyTagClassName
{
color: #4995DF;
}
</style>
background-color css
<style>
a { background-color: #4995DF; }
a { background-color: rgb(73,149,223); }
div.DivClassName
{
background-color: #4995DF;
}
.BgClassName
{
background-color: #4995DF;
}
</style>
border-color css
<style>
span { border-color: #4995DF; }
span { border-color: rgb(73,149,223); }
td.TdClassName
{
border-color: #4995DF;
}
.TagClassName
{
border-color: #4995DF;
}
</style>