Shades of Picton Blue #4994D3
Tints of Picton Blue #4994D3
RGB
CMYK
RGB Variations
Color information
#4994D3 (or 0x4994D3) is known color: Picton Blue. HEX triplet: 49, 94 and D3. RGB value is (73,148,211). Sum of RGB (Red+Green+Blue) = 73+148+211=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 211 (82.81% from 255 or 48.84% from 432); Max value from RGB is 211 - color contains mainly: blue. Hex color #4994D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4994D3 is #B66B2C. Grayscale: #848484. Windows color (decimal): -11954989 or 13866057. OLE color: 13866057.
HSL color Cylindrical-coordinate representation of color #4994D3: hue angle of 207.39º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4994D3 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 73 | 148 | 211 | - |
| CMYK | 0.65 | 0.30 | 0 | 0.17 |
| HSL | 207.39º | 0.61% | 0.56% | - |
| HSV(B) | 207.39º | 0.65% | 0.83% | - |
| XYZ | 25.1 | 27.3 | 65.57 | - |
| YUV | 132.76 | 172.15 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 148 | 211 | 0.65 | 0.30 | 0 | 0.17 | 207.39 | 0.61 | 0.56 |
| Hex | 49 | 94 | D3 | 41 | 1E | 0 | 11 | CF | 3D | 38 |
| Octal | 111 | 224 | 323 | 101 | 36 | 0 | 21 | 317 | 75 | 70 |
| Binary | 1001001 | 10010100 | 11010011 | 1000001 | 11110 | 0 | 10001 | 11001111 | 111101 | 111000 |
Color Harmonies of #4994D3
Complementary color
Monochromatic Colors of #4994D3
Black with #4994D3
Text Example
Text Example
White with #4994D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4994D3; }
p { color: rgb(73,148,211); }
H1.HeaderClassName
{
color: #4994D3;
}
.AnyTagClassName
{
color: #4994D3;
}
</style>
background-color css
<style>
a { background-color: #4994D3; }
a { background-color: rgb(73,148,211); }
div.DivClassName
{
background-color: #4994D3;
}
.BgClassName
{
background-color: #4994D3;
}
</style>
border-color css
<style>
span { border-color: #4994D3; }
span { border-color: rgb(73,148,211); }
td.TdClassName
{
border-color: #4994D3;
}
.TagClassName
{
border-color: #4994D3;
}
</style>