Shades of Picton Blue #4D9BCE
Tints of Picton Blue #4D9BCE
RGB
CMYK
RGB Variations
Color information
#4D9BCE (or 0x4D9BCE) is known color: Picton Blue. HEX triplet: 4D, 9B and CE. RGB value is (77,155,206). Sum of RGB (Red+Green+Blue) = 77+155+206=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D9BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9BCE is #B26431. Grayscale: #898989. Windows color (decimal): -11691058 or 13540173. OLE color: 13540173.
HSL color Cylindrical-coordinate representation of color #4D9BCE: hue angle of 203.72º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D9BCE is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 155 | 206 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.19 |
| HSL | 203.72º | 0.57% | 0.55% | - |
| HSV(B) | 203.72º | 0.63% | 0.81% | - |
| XYZ | 25.92 | 29.48 | 62.72 | - |
| YUV | 137.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 155 | 206 | 0.63 | 0.25 | 0 | 0.19 | 203.72 | 0.57 | 0.55 |
| Hex | 4D | 9B | CE | 3F | 19 | 0 | 13 | CC | 39 | 37 |
| Octal | 115 | 233 | 316 | 77 | 31 | 0 | 23 | 314 | 71 | 67 |
| Binary | 1001101 | 10011011 | 11001110 | 111111 | 11001 | 0 | 10011 | 11001100 | 111001 | 110111 |
Color Harmonies of #4D9BCE
Complementary color
Monochromatic Colors of #4D9BCE
Black with #4D9BCE
Text Example
Text Example
White with #4D9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9BCE; }
p { color: rgb(77,155,206); }
H1.HeaderClassName
{
color: #4D9BCE;
}
.AnyTagClassName
{
color: #4D9BCE;
}
</style>
background-color css
<style>
a { background-color: #4D9BCE; }
a { background-color: rgb(77,155,206); }
div.DivClassName
{
background-color: #4D9BCE;
}
.BgClassName
{
background-color: #4D9BCE;
}
</style>
border-color css
<style>
span { border-color: #4D9BCE; }
span { border-color: rgb(77,155,206); }
td.TdClassName
{
border-color: #4D9BCE;
}
.TagClassName
{
border-color: #4D9BCE;
}
</style>