Shades of Picton Blue #4A9FCD
Tints of Picton Blue #4A9FCD
RGB
CMYK
RGB Variations
Color information
#4A9FCD (or 0x4A9FCD) is known color: Picton Blue. HEX triplet: 4A, 9F and CD. RGB value is (74,159,205). Sum of RGB (Red+Green+Blue) = 74+159+205=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A9FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9FCD is #B56032. Grayscale: #8A8A8A. Windows color (decimal): -11886643 or 13475658. OLE color: 13475658.
HSL color Cylindrical-coordinate representation of color #4A9FCD: hue angle of 201.07º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A9FCD is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 159 | 205 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.20 |
| HSL | 201.07º | 0.57% | 0.55% | - |
| HSV(B) | 201.07º | 0.64% | 0.8% | - |
| XYZ | 26.24 | 30.66 | 62.29 | - |
| YUV | 138.83 | 165.34 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 159 | 205 | 0.64 | 0.22 | 0 | 0.20 | 201.07 | 0.57 | 0.55 |
| Hex | 4A | 9F | CD | 40 | 16 | 0 | 14 | C9 | 39 | 37 |
| Octal | 112 | 237 | 315 | 100 | 26 | 0 | 24 | 311 | 71 | 67 |
| Binary | 1001010 | 10011111 | 11001101 | 1000000 | 10110 | 0 | 10100 | 11001001 | 111001 | 110111 |
Color Harmonies of #4A9FCD
Complementary color
Monochromatic Colors of #4A9FCD
Black with #4A9FCD
Text Example
Text Example
White with #4A9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9FCD; }
p { color: rgb(74,159,205); }
H1.HeaderClassName
{
color: #4A9FCD;
}
.AnyTagClassName
{
color: #4A9FCD;
}
</style>
background-color css
<style>
a { background-color: #4A9FCD; }
a { background-color: rgb(74,159,205); }
div.DivClassName
{
background-color: #4A9FCD;
}
.BgClassName
{
background-color: #4A9FCD;
}
</style>
border-color css
<style>
span { border-color: #4A9FCD; }
span { border-color: rgb(74,159,205); }
td.TdClassName
{
border-color: #4A9FCD;
}
.TagClassName
{
border-color: #4A9FCD;
}
</style>