Shades of Picton Blue #4992CA
Tints of Picton Blue #4992CA
RGB
CMYK
RGB Variations
Color information
#4992CA (or 0x4992CA) is known color: Picton Blue. HEX triplet: 49, 92 and CA. RGB value is (73,146,202). Sum of RGB (Red+Green+Blue) = 73+146+202=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4992CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4992CA is #B66D35. Grayscale: #828282. Windows color (decimal): -11955510 or 13275721. OLE color: 13275721.
HSL color Cylindrical-coordinate representation of color #4992CA: hue angle of 206.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4992CA is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 146 | 202 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.21 |
| HSL | 206.05º | 0.55% | 0.54% | - |
| HSV(B) | 206.05º | 0.64% | 0.79% | - |
| XYZ | 23.69 | 26.24 | 59.69 | - |
| YUV | 130.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 146 | 202 | 0.64 | 0.28 | 0 | 0.21 | 206.05 | 0.55 | 0.54 |
| Hex | 49 | 92 | CA | 40 | 1C | 0 | 15 | CE | 37 | 36 |
| Octal | 111 | 222 | 312 | 100 | 34 | 0 | 25 | 316 | 67 | 66 |
| Binary | 1001001 | 10010010 | 11001010 | 1000000 | 11100 | 0 | 10101 | 11001110 | 110111 | 110110 |
Color Harmonies of #4992CA
Complementary color
Monochromatic Colors of #4992CA
Black with #4992CA
Text Example
Text Example
White with #4992CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4992CA; }
p { color: rgb(73,146,202); }
H1.HeaderClassName
{
color: #4992CA;
}
.AnyTagClassName
{
color: #4992CA;
}
</style>
background-color css
<style>
a { background-color: #4992CA; }
a { background-color: rgb(73,146,202); }
div.DivClassName
{
background-color: #4992CA;
}
.BgClassName
{
background-color: #4992CA;
}
</style>
border-color css
<style>
span { border-color: #4992CA; }
span { border-color: rgb(73,146,202); }
td.TdClassName
{
border-color: #4992CA;
}
.TagClassName
{
border-color: #4992CA;
}
</style>