Shades of Picton Blue #4C9ACE
Tints of Picton Blue #4C9ACE
RGB
CMYK
RGB Variations
Color information
#4C9ACE (or 0x4C9ACE) is known color: Picton Blue. HEX triplet: 4C, 9A and CE. RGB value is (76,154,206). Sum of RGB (Red+Green+Blue) = 76+154+206=436 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.43% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ACE is #B36531. Grayscale: #888888. Windows color (decimal): -11756850 or 13539916. OLE color: 13539916.
HSL color Cylindrical-coordinate representation of color #4C9ACE: hue angle of 204º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C9ACE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 154 | 206 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.19 |
| HSL | 204º | 0.57% | 0.55% | - |
| HSV(B) | 204º | 0.63% | 0.81% | - |
| XYZ | 25.68 | 29.1 | 62.66 | - |
| YUV | 136.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 206 | 0.63 | 0.25 | 0 | 0.19 | 204 | 0.57 | 0.55 |
| Hex | 4C | 9A | CE | 3F | 19 | 0 | 13 | CC | 39 | 37 |
| Octal | 114 | 232 | 316 | 77 | 31 | 0 | 23 | 314 | 71 | 67 |
| Binary | 1001100 | 10011010 | 11001110 | 111111 | 11001 | 0 | 10011 | 11001100 | 111001 | 110111 |
Color Harmonies of #4C9ACE
Complementary color
Monochromatic Colors of #4C9ACE
Black with #4C9ACE
Text Example
Text Example
White with #4C9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9ACE; }
p { color: rgb(76,154,206); }
H1.HeaderClassName
{
color: #4C9ACE;
}
.AnyTagClassName
{
color: #4C9ACE;
}
</style>
background-color css
<style>
a { background-color: #4C9ACE; }
a { background-color: rgb(76,154,206); }
div.DivClassName
{
background-color: #4C9ACE;
}
.BgClassName
{
background-color: #4C9ACE;
}
</style>
border-color css
<style>
span { border-color: #4C9ACE; }
span { border-color: rgb(76,154,206); }
td.TdClassName
{
border-color: #4C9ACE;
}
.TagClassName
{
border-color: #4C9ACE;
}
</style>