Shades of Picton Blue #4C96CE
Tints of Picton Blue #4C96CE
RGB
CMYK
RGB Variations
Color information
#4C96CE (or 0x4C96CE) is known color: Picton Blue. HEX triplet: 4C, 96 and CE. RGB value is (76,150,206). Sum of RGB (Red+Green+Blue) = 76+150+206=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C96CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C96CE is #B36931. Grayscale: #858585. Windows color (decimal): -11757874 or 13538892. OLE color: 13538892.
HSL color Cylindrical-coordinate representation of color #4C96CE: hue angle of 205.85º degrees, saturation: 0.57, 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 #4C96CE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 150 | 206 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.19 |
| HSL | 205.85º | 0.57% | 0.55% | - |
| HSV(B) | 205.85º | 0.63% | 0.81% | - |
| XYZ | 25.03 | 27.81 | 62.44 | - |
| YUV | 134.26 | 168.48 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 150 | 206 | 0.63 | 0.27 | 0 | 0.19 | 205.85 | 0.57 | 0.55 |
| Hex | 4C | 96 | CE | 3F | 1B | 0 | 13 | CE | 39 | 37 |
| Octal | 114 | 226 | 316 | 77 | 33 | 0 | 23 | 316 | 71 | 67 |
| Binary | 1001100 | 10010110 | 11001110 | 111111 | 11011 | 0 | 10011 | 11001110 | 111001 | 110111 |
Color Harmonies of #4C96CE
Complementary color
Monochromatic Colors of #4C96CE
Black with #4C96CE
Text Example
Text Example
White with #4C96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C96CE; }
p { color: rgb(76,150,206); }
H1.HeaderClassName
{
color: #4C96CE;
}
.AnyTagClassName
{
color: #4C96CE;
}
</style>
background-color css
<style>
a { background-color: #4C96CE; }
a { background-color: rgb(76,150,206); }
div.DivClassName
{
background-color: #4C96CE;
}
.BgClassName
{
background-color: #4C96CE;
}
</style>
border-color css
<style>
span { border-color: #4C96CE; }
span { border-color: rgb(76,150,206); }
td.TdClassName
{
border-color: #4C96CE;
}
.TagClassName
{
border-color: #4C96CE;
}
</style>