Shades of Picton Blue #4C90DF
Tints of Picton Blue #4C90DF
RGB
CMYK
RGB Variations
Color information
#4C90DF (or 0x4C90DF) is known color: Picton Blue. HEX triplet: 4C, 90 and DF. RGB value is (76,144,223). Sum of RGB (Red+Green+Blue) = 76+144+223=443 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.16% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C90DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C90DF is #B36F20. Grayscale: #848484. Windows color (decimal): -11759393 or 14651468. OLE color: 14651468.
HSL color Cylindrical-coordinate representation of color #4C90DF: hue angle of 212.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C90DF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 144 | 223 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.13 |
| HSL | 212.24º | 0.7% | 0.59% | - |
| HSV(B) | 212.24º | 0.66% | 0.87% | - |
| XYZ | 26.27 | 26.81 | 73.6 | - |
| YUV | 132.67 | 178.97 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 144 | 223 | 0.66 | 0.35 | 0 | 0.13 | 212.24 | 0.7 | 0.59 |
| Hex | 4C | 90 | DF | 42 | 23 | 0 | D | D4 | 46 | 3B |
| Octal | 114 | 220 | 337 | 102 | 43 | 0 | 15 | 324 | 106 | 73 |
| Binary | 1001100 | 10010000 | 11011111 | 1000010 | 100011 | 0 | 1101 | 11010100 | 1000110 | 111011 |
Color Harmonies of #4C90DF
Complementary color
Monochromatic Colors of #4C90DF
Black with #4C90DF
Text Example
Text Example
White with #4C90DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C90DF; }
p { color: rgb(76,144,223); }
H1.HeaderClassName
{
color: #4C90DF;
}
.AnyTagClassName
{
color: #4C90DF;
}
</style>
background-color css
<style>
a { background-color: #4C90DF; }
a { background-color: rgb(76,144,223); }
div.DivClassName
{
background-color: #4C90DF;
}
.BgClassName
{
background-color: #4C90DF;
}
</style>
border-color css
<style>
span { border-color: #4C90DF; }
span { border-color: rgb(76,144,223); }
td.TdClassName
{
border-color: #4C90DF;
}
.TagClassName
{
border-color: #4C90DF;
}
</style>