Shades of Picton Blue #4D9BCB
Tints of Picton Blue #4D9BCB
RGB
CMYK
RGB Variations
Color information
#4D9BCB (or 0x4D9BCB) is known color: Picton Blue. HEX triplet: 4D, 9B and CB. RGB value is (77,155,203). Sum of RGB (Red+Green+Blue) = 77+155+203=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D9BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9BCB is #B26434. Grayscale: #888888. Windows color (decimal): -11691061 or 13343565. OLE color: 13343565.
HSL color Cylindrical-coordinate representation of color #4D9BCB: hue angle of 202.86º 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 #4D9BCB is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 155 | 203 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.20 |
| HSL | 202.86º | 0.55% | 0.55% | - |
| HSV(B) | 202.86º | 0.62% | 0.8% | - |
| XYZ | 25.56 | 29.33 | 60.81 | - |
| YUV | 137.15 | 165.16 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 203 | 0.62 | 0.24 | 0 | 0.20 | 202.86 | 0.55 | 0.55 |
| Hex | 4D | 9B | CB | 3E | 18 | 0 | 14 | CB | 37 | 37 |
| Octal | 115 | 233 | 313 | 76 | 30 | 0 | 24 | 313 | 67 | 67 |
| Binary | 1001101 | 10011011 | 11001011 | 111110 | 11000 | 0 | 10100 | 11001011 | 110111 | 110111 |
Color Harmonies of #4D9BCB
Complementary color
Monochromatic Colors of #4D9BCB
Black with #4D9BCB
Text Example
Text Example
White with #4D9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9BCB; }
p { color: rgb(77,155,203); }
H1.HeaderClassName
{
color: #4D9BCB;
}
.AnyTagClassName
{
color: #4D9BCB;
}
</style>
background-color css
<style>
a { background-color: #4D9BCB; }
a { background-color: rgb(77,155,203); }
div.DivClassName
{
background-color: #4D9BCB;
}
.BgClassName
{
background-color: #4D9BCB;
}
</style>
border-color css
<style>
span { border-color: #4D9BCB; }
span { border-color: rgb(77,155,203); }
td.TdClassName
{
border-color: #4D9BCB;
}
.TagClassName
{
border-color: #4D9BCB;
}
</style>