Shades of Picton Blue #4C9FC4
Tints of Picton Blue #4C9FC4
RGB
CMYK
RGB Variations
Color information
#4C9FC4 (or 0x4C9FC4) is known color: Picton Blue. HEX triplet: 4C, 9F and C4. RGB value is (76,159,196). Sum of RGB (Red+Green+Blue) = 76+159+196=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C9FC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9FC4 is #B3603B. Grayscale: #8A8A8A. Windows color (decimal): -11755580 or 12885836. OLE color: 12885836.
HSL color Cylindrical-coordinate representation of color #4C9FC4: hue angle of 198.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C9FC4 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 76 | 159 | 196 | - |
| CMYK | 0.61 | 0.19 | 0 | 0.23 |
| HSL | 198.5º | 0.5% | 0.53% | - |
| HSV(B) | 198.5º | 0.61% | 0.77% | - |
| XYZ | 25.34 | 30.32 | 56.74 | - |
| YUV | 138.4 | 160.5 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 159 | 196 | 0.61 | 0.19 | 0 | 0.23 | 198.5 | 0.5 | 0.53 |
| Hex | 4C | 9F | C4 | 3D | 13 | 0 | 17 | C6 | 32 | 35 |
| Octal | 114 | 237 | 304 | 75 | 23 | 0 | 27 | 306 | 62 | 65 |
| Binary | 1001100 | 10011111 | 11000100 | 111101 | 10011 | 0 | 10111 | 11000110 | 110010 | 110101 |
Color Harmonies of #4C9FC4
Complementary color
Monochromatic Colors of #4C9FC4
Black with #4C9FC4
Text Example
Text Example
White with #4C9FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9FC4; }
p { color: rgb(76,159,196); }
H1.HeaderClassName
{
color: #4C9FC4;
}
.AnyTagClassName
{
color: #4C9FC4;
}
</style>
background-color css
<style>
a { background-color: #4C9FC4; }
a { background-color: rgb(76,159,196); }
div.DivClassName
{
background-color: #4C9FC4;
}
.BgClassName
{
background-color: #4C9FC4;
}
</style>
border-color css
<style>
span { border-color: #4C9FC4; }
span { border-color: rgb(76,159,196); }
td.TdClassName
{
border-color: #4C9FC4;
}
.TagClassName
{
border-color: #4C9FC4;
}
</style>