Shades of Picton Blue #4C9EDC
Tints of Picton Blue #4C9EDC
RGB
CMYK
RGB Variations
Color information
#4C9EDC (or 0x4C9EDC) is known color: Picton Blue. HEX triplet: 4C, 9E and DC. RGB value is (76,158,220). Sum of RGB (Red+Green+Blue) = 76+158+220=454 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.74% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C9EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9EDC is #B36123. Grayscale: #8C8C8C. Windows color (decimal): -11755812 or 14458444. OLE color: 14458444.
HSL color Cylindrical-coordinate representation of color #4C9EDC: hue angle of 205.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C9EDC is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 158 | 220 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.14 |
| HSL | 205.83º | 0.67% | 0.58% | - |
| HSV(B) | 205.83º | 0.65% | 0.86% | - |
| XYZ | 28.13 | 31.16 | 72.24 | - |
| YUV | 140.55 | 172.83 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 220 | 0.65 | 0.28 | 0 | 0.14 | 205.83 | 0.67 | 0.58 |
| Hex | 4C | 9E | DC | 41 | 1C | 0 | E | CE | 43 | 3A |
| Octal | 114 | 236 | 334 | 101 | 34 | 0 | 16 | 316 | 103 | 72 |
| Binary | 1001100 | 10011110 | 11011100 | 1000001 | 11100 | 0 | 1110 | 11001110 | 1000011 | 111010 |
Color Harmonies of #4C9EDC
Complementary color
Monochromatic Colors of #4C9EDC
Black with #4C9EDC
Text Example
Text Example
White with #4C9EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9EDC; }
p { color: rgb(76,158,220); }
H1.HeaderClassName
{
color: #4C9EDC;
}
.AnyTagClassName
{
color: #4C9EDC;
}
</style>
background-color css
<style>
a { background-color: #4C9EDC; }
a { background-color: rgb(76,158,220); }
div.DivClassName
{
background-color: #4C9EDC;
}
.BgClassName
{
background-color: #4C9EDC;
}
</style>
border-color css
<style>
span { border-color: #4C9EDC; }
span { border-color: rgb(76,158,220); }
td.TdClassName
{
border-color: #4C9EDC;
}
.TagClassName
{
border-color: #4C9EDC;
}
</style>