Shades of Picton Blue #4C99DD
Tints of Picton Blue #4C99DD
RGB
CMYK
RGB Variations
Color information
#4C99DD (or 0x4C99DD) is known color: Picton Blue. HEX triplet: 4C, 99 and DD. RGB value is (76,153,221). Sum of RGB (Red+Green+Blue) = 76+153+221=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C99DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C99DD is #B36622. Grayscale: #898989. Windows color (decimal): -11757091 or 14522700. OLE color: 14522700.
HSL color Cylindrical-coordinate representation of color #4C99DD: hue angle of 208.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C99DD is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 153 | 221 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.13 |
| HSL | 208.14º | 0.68% | 0.58% | - |
| HSV(B) | 208.14º | 0.66% | 0.87% | - |
| XYZ | 27.42 | 29.54 | 72.66 | - |
| YUV | 137.73 | 174.99 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 153 | 221 | 0.66 | 0.31 | 0 | 0.13 | 208.14 | 0.68 | 0.58 |
| Hex | 4C | 99 | DD | 42 | 1F | 0 | D | D0 | 44 | 3A |
| Octal | 114 | 231 | 335 | 102 | 37 | 0 | 15 | 320 | 104 | 72 |
| Binary | 1001100 | 10011001 | 11011101 | 1000010 | 11111 | 0 | 1101 | 11010000 | 1000100 | 111010 |
Color Harmonies of #4C99DD
Complementary color
Monochromatic Colors of #4C99DD
Black with #4C99DD
Text Example
Text Example
White with #4C99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C99DD; }
p { color: rgb(76,153,221); }
H1.HeaderClassName
{
color: #4C99DD;
}
.AnyTagClassName
{
color: #4C99DD;
}
</style>
background-color css
<style>
a { background-color: #4C99DD; }
a { background-color: rgb(76,153,221); }
div.DivClassName
{
background-color: #4C99DD;
}
.BgClassName
{
background-color: #4C99DD;
}
</style>
border-color css
<style>
span { border-color: #4C99DD; }
span { border-color: rgb(76,153,221); }
td.TdClassName
{
border-color: #4C99DD;
}
.TagClassName
{
border-color: #4C99DD;
}
</style>