Shades of Picton Blue #4C9BDB
Tints of Picton Blue #4C9BDB
RGB
CMYK
RGB Variations
Color information
#4C9BDB (or 0x4C9BDB) is known color: Picton Blue. HEX triplet: 4C, 9B and DB. RGB value is (76,155,219). Sum of RGB (Red+Green+Blue) = 76+155+219=450 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.89% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C9BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9BDB is #B36424. Grayscale: #8A8A8A. Windows color (decimal): -11756581 or 14392140. OLE color: 14392140.
HSL color Cylindrical-coordinate representation of color #4C9BDB: hue angle of 206.85º 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 #4C9BDB is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 155 | 219 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.14 |
| HSL | 206.85º | 0.67% | 0.58% | - |
| HSV(B) | 206.85º | 0.65% | 0.86% | - |
| XYZ | 27.49 | 30.09 | 71.38 | - |
| YUV | 138.68 | 173.33 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 155 | 219 | 0.65 | 0.29 | 0 | 0.14 | 206.85 | 0.67 | 0.58 |
| Hex | 4C | 9B | DB | 41 | 1D | 0 | E | CF | 43 | 3A |
| Octal | 114 | 233 | 333 | 101 | 35 | 0 | 16 | 317 | 103 | 72 |
| Binary | 1001100 | 10011011 | 11011011 | 1000001 | 11101 | 0 | 1110 | 11001111 | 1000011 | 111010 |
Color Harmonies of #4C9BDB
Complementary color
Monochromatic Colors of #4C9BDB
Black with #4C9BDB
Text Example
Text Example
White with #4C9BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9BDB; }
p { color: rgb(76,155,219); }
H1.HeaderClassName
{
color: #4C9BDB;
}
.AnyTagClassName
{
color: #4C9BDB;
}
</style>
background-color css
<style>
a { background-color: #4C9BDB; }
a { background-color: rgb(76,155,219); }
div.DivClassName
{
background-color: #4C9BDB;
}
.BgClassName
{
background-color: #4C9BDB;
}
</style>
border-color css
<style>
span { border-color: #4C9BDB; }
span { border-color: rgb(76,155,219); }
td.TdClassName
{
border-color: #4C9BDB;
}
.TagClassName
{
border-color: #4C9BDB;
}
</style>