Shades of Picton Blue #4C8FDE
Tints of Picton Blue #4C8FDE
RGB
CMYK
RGB Variations
Color information
#4C8FDE (or 0x4C8FDE) is known color: Picton Blue. HEX triplet: 4C, 8F and DE. RGB value is (76,143,222). Sum of RGB (Red+Green+Blue) = 76+143+222=441 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.23% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C8FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C8FDE is #B37021. Grayscale: #838383. Windows color (decimal): -11759650 or 14585676. OLE color: 14585676.
HSL color Cylindrical-coordinate representation of color #4C8FDE: hue angle of 212.47º degrees, saturation: 0.69, 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 #4C8FDE is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 143 | 222 | - |
| CMYK | 0.66 | 0.36 | 0 | 0.13 |
| HSL | 212.47º | 0.69% | 0.58% | - |
| HSV(B) | 212.47º | 0.66% | 0.87% | - |
| XYZ | 25.99 | 26.46 | 72.84 | - |
| YUV | 131.97 | 178.8 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 143 | 222 | 0.66 | 0.36 | 0 | 0.13 | 212.47 | 0.69 | 0.58 |
| Hex | 4C | 8F | DE | 42 | 24 | 0 | D | D4 | 45 | 3A |
| Octal | 114 | 217 | 336 | 102 | 44 | 0 | 15 | 324 | 105 | 72 |
| Binary | 1001100 | 10001111 | 11011110 | 1000010 | 100100 | 0 | 1101 | 11010100 | 1000101 | 111010 |
Color Harmonies of #4C8FDE
Complementary color
Monochromatic Colors of #4C8FDE
Black with #4C8FDE
Text Example
Text Example
White with #4C8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8FDE; }
p { color: rgb(76,143,222); }
H1.HeaderClassName
{
color: #4C8FDE;
}
.AnyTagClassName
{
color: #4C8FDE;
}
</style>
background-color css
<style>
a { background-color: #4C8FDE; }
a { background-color: rgb(76,143,222); }
div.DivClassName
{
background-color: #4C8FDE;
}
.BgClassName
{
background-color: #4C8FDE;
}
</style>
border-color css
<style>
span { border-color: #4C8FDE; }
span { border-color: rgb(76,143,222); }
td.TdClassName
{
border-color: #4C8FDE;
}
.TagClassName
{
border-color: #4C8FDE;
}
</style>