Shades of Picton Blue #4994D1
Tints of Picton Blue #4994D1
RGB
CMYK
RGB Variations
Color information
#4994D1 (or 0x4994D1) is known color: Picton Blue. HEX triplet: 49, 94 and D1. RGB value is (73,148,209). Sum of RGB (Red+Green+Blue) = 73+148+209=430 (56% of max value = 765). Red value is 73 (28.91% from 255 or 16.98% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #4994D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994D1 is #B66B2E. Grayscale: #848484. Windows color (decimal): -11954991 or 13734985. OLE color: 13734985.
HSL color Cylindrical-coordinate representation of color #4994D1: hue angle of 206.91º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4994D1 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 73 | 148 | 209 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.18 |
| HSL | 206.91º | 0.6% | 0.55% | - |
| HSV(B) | 206.91º | 0.65% | 0.82% | - |
| XYZ | 24.85 | 27.2 | 64.26 | - |
| YUV | 132.53 | 171.15 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 209 | 0.65 | 0.29 | 0 | 0.18 | 206.91 | 0.6 | 0.55 |
| Hex | 49 | 94 | D1 | 41 | 1D | 0 | 12 | CF | 3C | 37 |
| Octal | 111 | 224 | 321 | 101 | 35 | 0 | 22 | 317 | 74 | 67 |
| Binary | 1001001 | 10010100 | 11010001 | 1000001 | 11101 | 0 | 10010 | 11001111 | 111100 | 110111 |
Color Harmonies of #4994D1
Complementary color
Monochromatic Colors of #4994D1
Black with #4994D1
Text Example
Text Example
White with #4994D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4994D1; }
p { color: rgb(73,148,209); }
H1.HeaderClassName
{
color: #4994D1;
}
.AnyTagClassName
{
color: #4994D1;
}
</style>
background-color css
<style>
a { background-color: #4994D1; }
a { background-color: rgb(73,148,209); }
div.DivClassName
{
background-color: #4994D1;
}
.BgClassName
{
background-color: #4994D1;
}
</style>
border-color css
<style>
span { border-color: #4994D1; }
span { border-color: rgb(73,148,209); }
td.TdClassName
{
border-color: #4994D1;
}
.TagClassName
{
border-color: #4994D1;
}
</style>