Shades of Picton Blue #4C9ECB
Tints of Picton Blue #4C9ECB
RGB
CMYK
RGB Variations
Color information
#4C9ECB (or 0x4C9ECB) is known color: Picton Blue. HEX triplet: 4C, 9E and CB. RGB value is (76,158,203). Sum of RGB (Red+Green+Blue) = 76+158+203=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #4C9ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4C9ECB is #B36134. Grayscale: #8A8A8A. Windows color (decimal): -11755829 or 13344332. OLE color: 13344332.
HSL color Cylindrical-coordinate representation of color #4C9ECB: hue angle of 201.26º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C9ECB is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 158 | 203 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.20 |
| HSL | 201.26º | 0.55% | 0.55% | - |
| HSV(B) | 201.26º | 0.63% | 0.8% | - |
| XYZ | 25.99 | 30.3 | 60.98 | - |
| YUV | 138.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 158 | 203 | 0.63 | 0.22 | 0 | 0.20 | 201.26 | 0.55 | 0.55 |
| Hex | 4C | 9E | CB | 3F | 16 | 0 | 14 | C9 | 37 | 37 |
| Octal | 114 | 236 | 313 | 77 | 26 | 0 | 24 | 311 | 67 | 67 |
| Binary | 1001100 | 10011110 | 11001011 | 111111 | 10110 | 0 | 10100 | 11001001 | 110111 | 110111 |
Color Harmonies of #4C9ECB
Complementary color
Monochromatic Colors of #4C9ECB
Black with #4C9ECB
Text Example
Text Example
White with #4C9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C9ECB; }
p { color: rgb(76,158,203); }
H1.HeaderClassName
{
color: #4C9ECB;
}
.AnyTagClassName
{
color: #4C9ECB;
}
</style>
background-color css
<style>
a { background-color: #4C9ECB; }
a { background-color: rgb(76,158,203); }
div.DivClassName
{
background-color: #4C9ECB;
}
.BgClassName
{
background-color: #4C9ECB;
}
</style>
border-color css
<style>
span { border-color: #4C9ECB; }
span { border-color: rgb(76,158,203); }
td.TdClassName
{
border-color: #4C9ECB;
}
.TagClassName
{
border-color: #4C9ECB;
}
</style>