Shades of Picton Blue #4C9ADF
Tints of Picton Blue #4C9ADF
RGB
CMYK
RGB Variations
Color information
#4C9ADF (or 0x4C9ADF) is known color: Picton Blue. HEX triplet: 4C, 9A and DF. RGB value is (76,154,223). Sum of RGB (Red+Green+Blue) = 76+154+223=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 154 (60.55% from 255 or 34.00% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C9ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ADF is #B36520. Grayscale: #8A8A8A. Windows color (decimal): -11756833 or 14654028. OLE color: 14654028.
HSL color Cylindrical-coordinate representation of color #4C9ADF: hue angle of 208.16º 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 #4C9ADF is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 154 | 223 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.13 |
| HSL | 208.16º | 0.7% | 0.59% | - |
| HSV(B) | 208.16º | 0.66% | 0.87% | - |
| XYZ | 27.86 | 29.98 | 74.13 | - |
| YUV | 138.54 | 175.66 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 154 | 223 | 0.66 | 0.31 | 0 | 0.13 | 208.16 | 0.7 | 0.59 |
| Hex | 4C | 9A | DF | 42 | 1F | 0 | D | D0 | 46 | 3B |
| Octal | 114 | 232 | 337 | 102 | 37 | 0 | 15 | 320 | 106 | 73 |
| Binary | 1001100 | 10011010 | 11011111 | 1000010 | 11111 | 0 | 1101 | 11010000 | 1000110 | 111011 |
Color Harmonies of #4C9ADF
Complementary color
Monochromatic Colors of #4C9ADF
Black with #4C9ADF
Text Example
Text Example
White with #4C9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9ADF; }
p { color: rgb(76,154,223); }
H1.HeaderClassName
{
color: #4C9ADF;
}
.AnyTagClassName
{
color: #4C9ADF;
}
</style>
background-color css
<style>
a { background-color: #4C9ADF; }
a { background-color: rgb(76,154,223); }
div.DivClassName
{
background-color: #4C9ADF;
}
.BgClassName
{
background-color: #4C9ADF;
}
</style>
border-color css
<style>
span { border-color: #4C9ADF; }
span { border-color: rgb(76,154,223); }
td.TdClassName
{
border-color: #4C9ADF;
}
.TagClassName
{
border-color: #4C9ADF;
}
</style>