Shades of Picton Blue #4D9BCA
Tints of Picton Blue #4D9BCA
RGB
CMYK
RGB Variations
Color information
#4D9BCA (or 0x4D9BCA) is known color: Picton Blue. HEX triplet: 4D, 9B and CA. RGB value is (77,155,202). Sum of RGB (Red+Green+Blue) = 77+155+202=434 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.74% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9BCA is #B26435. Grayscale: #888888. Windows color (decimal): -11691062 or 13278029. OLE color: 13278029.
HSL color Cylindrical-coordinate representation of color #4D9BCA: hue angle of 202.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D9BCA is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 155 | 202 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.21 |
| HSL | 202.56º | 0.54% | 0.55% | - |
| HSV(B) | 202.56º | 0.62% | 0.79% | - |
| XYZ | 25.44 | 29.28 | 60.19 | - |
| YUV | 137.04 | 164.66 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 202 | 0.62 | 0.23 | 0 | 0.21 | 202.56 | 0.54 | 0.55 |
| Hex | 4D | 9B | CA | 3E | 17 | 0 | 15 | CB | 36 | 37 |
| Octal | 115 | 233 | 312 | 76 | 27 | 0 | 25 | 313 | 66 | 67 |
| Binary | 1001101 | 10011011 | 11001010 | 111110 | 10111 | 0 | 10101 | 11001011 | 110110 | 110111 |
Color Harmonies of #4D9BCA
Complementary color
Monochromatic Colors of #4D9BCA
Black with #4D9BCA
Text Example
Text Example
White with #4D9BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9BCA; }
p { color: rgb(77,155,202); }
H1.HeaderClassName
{
color: #4D9BCA;
}
.AnyTagClassName
{
color: #4D9BCA;
}
</style>
background-color css
<style>
a { background-color: #4D9BCA; }
a { background-color: rgb(77,155,202); }
div.DivClassName
{
background-color: #4D9BCA;
}
.BgClassName
{
background-color: #4D9BCA;
}
</style>
border-color css
<style>
span { border-color: #4D9BCA; }
span { border-color: rgb(77,155,202); }
td.TdClassName
{
border-color: #4D9BCA;
}
.TagClassName
{
border-color: #4D9BCA;
}
</style>