Shades of Picton Blue #4C9DCF
Tints of Picton Blue #4C9DCF
RGB
CMYK
RGB Variations
Color information
#4C9DCF (or 0x4C9DCF) is known color: Picton Blue. HEX triplet: 4C, 9D and CF. RGB value is (76,157,207). Sum of RGB (Red+Green+Blue) = 76+157+207=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #4C9DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DCF is #B36230. Grayscale: #8A8A8A. Windows color (decimal): -11756081 or 13606220. OLE color: 13606220.
HSL color Cylindrical-coordinate representation of color #4C9DCF: hue angle of 202.9º degrees, saturation: 0.58, 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 #4C9DCF is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 157 | 207 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.19 |
| HSL | 202.9º | 0.58% | 0.55% | - |
| HSV(B) | 202.9º | 0.63% | 0.81% | - |
| XYZ | 26.3 | 30.16 | 63.47 | - |
| YUV | 138.48 | 166.66 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 207 | 0.63 | 0.24 | 0 | 0.19 | 202.9 | 0.58 | 0.55 |
| Hex | 4C | 9D | CF | 3F | 18 | 0 | 13 | CB | 3A | 37 |
| Octal | 114 | 235 | 317 | 77 | 30 | 0 | 23 | 313 | 72 | 67 |
| Binary | 1001100 | 10011101 | 11001111 | 111111 | 11000 | 0 | 10011 | 11001011 | 111010 | 110111 |
Color Harmonies of #4C9DCF
Complementary color
Monochromatic Colors of #4C9DCF
Black with #4C9DCF
Text Example
Text Example
White with #4C9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9DCF; }
p { color: rgb(76,157,207); }
H1.HeaderClassName
{
color: #4C9DCF;
}
.AnyTagClassName
{
color: #4C9DCF;
}
</style>
background-color css
<style>
a { background-color: #4C9DCF; }
a { background-color: rgb(76,157,207); }
div.DivClassName
{
background-color: #4C9DCF;
}
.BgClassName
{
background-color: #4C9DCF;
}
</style>
border-color css
<style>
span { border-color: #4C9DCF; }
span { border-color: rgb(76,157,207); }
td.TdClassName
{
border-color: #4C9DCF;
}
.TagClassName
{
border-color: #4C9DCF;
}
</style>