Shades of Picton Blue #4998DF
Tints of Picton Blue #4998DF
RGB
CMYK
RGB Variations
Color information
#4998DF (or 0x4998DF) is known color: Picton Blue. HEX triplet: 49, 98 and DF. RGB value is (73,152,223). Sum of RGB (Red+Green+Blue) = 73+152+223=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 152 (59.77% from 255 or 33.93% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #4998DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998DF is #B66720. Grayscale: #888888. Windows color (decimal): -11953953 or 14653513. OLE color: 14653513.
HSL color Cylindrical-coordinate representation of color #4998DF: hue angle of 208.4º 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 #4998DF is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 152 | 223 | - |
| CMYK | 0.67 | 0.32 | 0 | 0.13 |
| HSL | 208.4º | 0.7% | 0.58% | - |
| HSV(B) | 208.4º | 0.67% | 0.87% | - |
| XYZ | 27.3 | 29.2 | 74.01 | - |
| YUV | 136.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 223 | 0.67 | 0.32 | 0 | 0.13 | 208.4 | 0.7 | 0.58 |
| Hex | 49 | 98 | DF | 43 | 20 | 0 | D | D0 | 46 | 3A |
| Octal | 111 | 230 | 337 | 103 | 40 | 0 | 15 | 320 | 106 | 72 |
| Binary | 1001001 | 10011000 | 11011111 | 1000011 | 100000 | 0 | 1101 | 11010000 | 1000110 | 111010 |
Color Harmonies of #4998DF
Complementary color
Monochromatic Colors of #4998DF
Black with #4998DF
Text Example
Text Example
White with #4998DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998DF; }
p { color: rgb(73,152,223); }
H1.HeaderClassName
{
color: #4998DF;
}
.AnyTagClassName
{
color: #4998DF;
}
</style>
background-color css
<style>
a { background-color: #4998DF; }
a { background-color: rgb(73,152,223); }
div.DivClassName
{
background-color: #4998DF;
}
.BgClassName
{
background-color: #4998DF;
}
</style>
border-color css
<style>
span { border-color: #4998DF; }
span { border-color: rgb(73,152,223); }
td.TdClassName
{
border-color: #4998DF;
}
.TagClassName
{
border-color: #4998DF;
}
</style>