Shades of Picton Blue #4998CA
Tints of Picton Blue #4998CA
RGB
CMYK
RGB Variations
Color information
#4998CA (or 0x4998CA) is known color: Picton Blue. HEX triplet: 49, 98 and CA. RGB value is (73,152,202). Sum of RGB (Red+Green+Blue) = 73+152+202=427 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.10% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #4998CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4998CA is #B66735. Grayscale: #858585. Windows color (decimal): -11953974 or 13277257. OLE color: 13277257.
HSL color Cylindrical-coordinate representation of color #4998CA: hue angle of 203.26º 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 #4998CA is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 152 | 202 | - |
| CMYK | 0.64 | 0.25 | 0 | 0.21 |
| HSL | 203.26º | 0.55% | 0.54% | - |
| HSV(B) | 203.26º | 0.64% | 0.79% | - |
| XYZ | 24.64 | 28.14 | 60.01 | - |
| YUV | 134.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 152 | 202 | 0.64 | 0.25 | 0 | 0.21 | 203.26 | 0.55 | 0.54 |
| Hex | 49 | 98 | CA | 40 | 19 | 0 | 15 | CB | 37 | 36 |
| Octal | 111 | 230 | 312 | 100 | 31 | 0 | 25 | 313 | 67 | 66 |
| Binary | 1001001 | 10011000 | 11001010 | 1000000 | 11001 | 0 | 10101 | 11001011 | 110111 | 110110 |
Color Harmonies of #4998CA
Complementary color
Monochromatic Colors of #4998CA
Black with #4998CA
Text Example
Text Example
White with #4998CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4998CA; }
p { color: rgb(73,152,202); }
H1.HeaderClassName
{
color: #4998CA;
}
.AnyTagClassName
{
color: #4998CA;
}
</style>
background-color css
<style>
a { background-color: #4998CA; }
a { background-color: rgb(73,152,202); }
div.DivClassName
{
background-color: #4998CA;
}
.BgClassName
{
background-color: #4998CA;
}
</style>
border-color css
<style>
span { border-color: #4998CA; }
span { border-color: rgb(73,152,202); }
td.TdClassName
{
border-color: #4998CA;
}
.TagClassName
{
border-color: #4998CA;
}
</style>