Shades of Picton Blue #4C9DD6
Tints of Picton Blue #4C9DD6
RGB
CMYK
RGB Variations
Color information
#4C9DD6 (or 0x4C9DD6) is known color: Picton Blue. HEX triplet: 4C, 9D and D6. RGB value is (76,157,214). Sum of RGB (Red+Green+Blue) = 76+157+214=447 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.00% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #4C9DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9DD6 is #B36229. Grayscale: #8A8A8A. Windows color (decimal): -11756074 or 14064972. OLE color: 14064972.
HSL color Cylindrical-coordinate representation of color #4C9DD6: hue angle of 204.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C9DD6 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 76 | 157 | 214 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.16 |
| HSL | 204.78º | 0.63% | 0.57% | - |
| HSV(B) | 204.78º | 0.64% | 0.84% | - |
| XYZ | 27.18 | 30.51 | 68.07 | - |
| YUV | 139.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 157 | 214 | 0.64 | 0.27 | 0 | 0.16 | 204.78 | 0.63 | 0.57 |
| Hex | 4C | 9D | D6 | 40 | 1B | 0 | 10 | CD | 3F | 39 |
| Octal | 114 | 235 | 326 | 100 | 33 | 0 | 20 | 315 | 77 | 71 |
| Binary | 1001100 | 10011101 | 11010110 | 1000000 | 11011 | 0 | 10000 | 11001101 | 111111 | 111001 |
Color Harmonies of #4C9DD6
Complementary color
Monochromatic Colors of #4C9DD6
Black with #4C9DD6
Text Example
Text Example
White with #4C9DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9DD6; }
p { color: rgb(76,157,214); }
H1.HeaderClassName
{
color: #4C9DD6;
}
.AnyTagClassName
{
color: #4C9DD6;
}
</style>
background-color css
<style>
a { background-color: #4C9DD6; }
a { background-color: rgb(76,157,214); }
div.DivClassName
{
background-color: #4C9DD6;
}
.BgClassName
{
background-color: #4C9DD6;
}
</style>
border-color css
<style>
span { border-color: #4C9DD6; }
span { border-color: rgb(76,157,214); }
td.TdClassName
{
border-color: #4C9DD6;
}
.TagClassName
{
border-color: #4C9DD6;
}
</style>