Shades of Picton Blue #4D9FCB
Tints of Picton Blue #4D9FCB
RGB
CMYK
RGB Variations
Color information
#4D9FCB (or 0x4D9FCB) is known color: Picton Blue. HEX triplet: 4D, 9F and CB. RGB value is (77,159,203). Sum of RGB (Red+Green+Blue) = 77+159+203=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D9FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FCB is #B26034. Grayscale: #8B8B8B. Windows color (decimal): -11690037 or 13344589. OLE color: 13344589.
HSL color Cylindrical-coordinate representation of color #4D9FCB: hue angle of 200.95º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D9FCB is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 159 | 203 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.20 |
| HSL | 200.95º | 0.55% | 0.55% | - |
| HSV(B) | 200.95º | 0.62% | 0.8% | - |
| XYZ | 26.24 | 30.69 | 61.04 | - |
| YUV | 139.5 | 163.83 | 83.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 203 | 0.62 | 0.22 | 0 | 0.20 | 200.95 | 0.55 | 0.55 |
| Hex | 4D | 9F | CB | 3E | 16 | 0 | 14 | C9 | 37 | 37 |
| Octal | 115 | 237 | 313 | 76 | 26 | 0 | 24 | 311 | 67 | 67 |
| Binary | 1001101 | 10011111 | 11001011 | 111110 | 10110 | 0 | 10100 | 11001001 | 110111 | 110111 |
Color Harmonies of #4D9FCB
Complementary color
Monochromatic Colors of #4D9FCB
Black with #4D9FCB
Text Example
Text Example
White with #4D9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9FCB; }
p { color: rgb(77,159,203); }
H1.HeaderClassName
{
color: #4D9FCB;
}
.AnyTagClassName
{
color: #4D9FCB;
}
</style>
background-color css
<style>
a { background-color: #4D9FCB; }
a { background-color: rgb(77,159,203); }
div.DivClassName
{
background-color: #4D9FCB;
}
.BgClassName
{
background-color: #4D9FCB;
}
</style>
border-color css
<style>
span { border-color: #4D9FCB; }
span { border-color: rgb(77,159,203); }
td.TdClassName
{
border-color: #4D9FCB;
}
.TagClassName
{
border-color: #4D9FCB;
}
</style>