Shades of Picton Blue #4D9FDF
Tints of Picton Blue #4D9FDF
RGB
CMYK
RGB Variations
Color information
#4D9FDF (or 0x4D9FDF) is known color: Picton Blue. HEX triplet: 4D, 9F and DF. RGB value is (77,159,223). Sum of RGB (Red+Green+Blue) = 77+159+223=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #4D9FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D9FDF is #B26020. Grayscale: #8D8D8D. Windows color (decimal): -11690017 or 14655309. OLE color: 14655309.
HSL color Cylindrical-coordinate representation of color #4D9FDF: hue angle of 206.3º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D9FDF is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 159 | 223 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.13 |
| HSL | 206.3º | 0.7% | 0.59% | - |
| HSV(B) | 206.3º | 0.65% | 0.87% | - |
| XYZ | 28.78 | 31.7 | 74.41 | - |
| YUV | 141.78 | 173.83 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 159 | 223 | 0.65 | 0.29 | 0 | 0.13 | 206.3 | 0.7 | 0.59 |
| Hex | 4D | 9F | DF | 41 | 1D | 0 | D | CE | 46 | 3B |
| Octal | 115 | 237 | 337 | 101 | 35 | 0 | 15 | 316 | 106 | 73 |
| Binary | 1001101 | 10011111 | 11011111 | 1000001 | 11101 | 0 | 1101 | 11001110 | 1000110 | 111011 |
Color Harmonies of #4D9FDF
Complementary color
Monochromatic Colors of #4D9FDF
Black with #4D9FDF
Text Example
Text Example
White with #4D9FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9FDF; }
p { color: rgb(77,159,223); }
H1.HeaderClassName
{
color: #4D9FDF;
}
.AnyTagClassName
{
color: #4D9FDF;
}
</style>
background-color css
<style>
a { background-color: #4D9FDF; }
a { background-color: rgb(77,159,223); }
div.DivClassName
{
background-color: #4D9FDF;
}
.BgClassName
{
background-color: #4D9FDF;
}
</style>
border-color css
<style>
span { border-color: #4D9FDF; }
span { border-color: rgb(77,159,223); }
td.TdClassName
{
border-color: #4D9FDF;
}
.TagClassName
{
border-color: #4D9FDF;
}
</style>