Shades of Picton Blue #4A99CA
Tints of Picton Blue #4A99CA
RGB
CMYK
RGB Variations
Color information
#4A99CA (or 0x4A99CA) is known color: Picton Blue. HEX triplet: 4A, 99 and CA. RGB value is (74,153,202). Sum of RGB (Red+Green+Blue) = 74+153+202=429 (56% of max value = 765). Red value is 74 (29.30% from 255 or 17.25% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A99CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A99CA is #B56635. Grayscale: #868686. Windows color (decimal): -11888182 or 13277514. OLE color: 13277514.
HSL color Cylindrical-coordinate representation of color #4A99CA: hue angle of 202.97º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A99CA is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 153 | 202 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.21 |
| HSL | 202.97º | 0.55% | 0.54% | - |
| HSV(B) | 202.97º | 0.63% | 0.79% | - |
| XYZ | 24.88 | 28.5 | 60.07 | - |
| YUV | 134.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 202 | 0.63 | 0.24 | 0 | 0.21 | 202.97 | 0.55 | 0.54 |
| Hex | 4A | 99 | CA | 3F | 18 | 0 | 15 | CB | 37 | 36 |
| Octal | 112 | 231 | 312 | 77 | 30 | 0 | 25 | 313 | 67 | 66 |
| Binary | 1001010 | 10011001 | 11001010 | 111111 | 11000 | 0 | 10101 | 11001011 | 110111 | 110110 |
Color Harmonies of #4A99CA
Complementary color
Monochromatic Colors of #4A99CA
Black with #4A99CA
Text Example
Text Example
White with #4A99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A99CA; }
p { color: rgb(74,153,202); }
H1.HeaderClassName
{
color: #4A99CA;
}
.AnyTagClassName
{
color: #4A99CA;
}
</style>
background-color css
<style>
a { background-color: #4A99CA; }
a { background-color: rgb(74,153,202); }
div.DivClassName
{
background-color: #4A99CA;
}
.BgClassName
{
background-color: #4A99CA;
}
</style>
border-color css
<style>
span { border-color: #4A99CA; }
span { border-color: rgb(74,153,202); }
td.TdClassName
{
border-color: #4A99CA;
}
.TagClassName
{
border-color: #4A99CA;
}
</style>