Shades of Picton Blue #4D99CE
Tints of Picton Blue #4D99CE
RGB
CMYK
RGB Variations
Color information
#4D99CE (or 0x4D99CE) is known color: Picton Blue. HEX triplet: 4D, 99 and CE. RGB value is (77,153,206). Sum of RGB (Red+Green+Blue) = 77+153+206=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D99CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D99CE is #B26631. Grayscale: #888888. Windows color (decimal): -11691570 or 13539661. OLE color: 13539661.
HSL color Cylindrical-coordinate representation of color #4D99CE: hue angle of 204.65º 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 #4D99CE is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 153 | 206 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.19 |
| HSL | 204.65º | 0.57% | 0.55% | - |
| HSV(B) | 204.65º | 0.63% | 0.81% | - |
| XYZ | 25.59 | 28.82 | 62.61 | - |
| YUV | 136.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 206 | 0.63 | 0.26 | 0 | 0.19 | 204.65 | 0.57 | 0.55 |
| Hex | 4D | 99 | CE | 3F | 1A | 0 | 13 | CD | 39 | 37 |
| Octal | 115 | 231 | 316 | 77 | 32 | 0 | 23 | 315 | 71 | 67 |
| Binary | 1001101 | 10011001 | 11001110 | 111111 | 11010 | 0 | 10011 | 11001101 | 111001 | 110111 |
Color Harmonies of #4D99CE
Complementary color
Monochromatic Colors of #4D99CE
Black with #4D99CE
Text Example
Text Example
White with #4D99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D99CE; }
p { color: rgb(77,153,206); }
H1.HeaderClassName
{
color: #4D99CE;
}
.AnyTagClassName
{
color: #4D99CE;
}
</style>
background-color css
<style>
a { background-color: #4D99CE; }
a { background-color: rgb(77,153,206); }
div.DivClassName
{
background-color: #4D99CE;
}
.BgClassName
{
background-color: #4D99CE;
}
</style>
border-color css
<style>
span { border-color: #4D99CE; }
span { border-color: rgb(77,153,206); }
td.TdClassName
{
border-color: #4D99CE;
}
.TagClassName
{
border-color: #4D99CE;
}
</style>