Shades of Picton Blue #4D8FDE
Tints of Picton Blue #4D8FDE
RGB
CMYK
RGB Variations
Color information
#4D8FDE (or 0x4D8FDE) is known color: Picton Blue. HEX triplet: 4D, 8F and DE. RGB value is (77,143,222). Sum of RGB (Red+Green+Blue) = 77+143+222=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 143 (56.25% from 255 or 32.35% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D8FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FDE is #B27021. Grayscale: #838383. Windows color (decimal): -11694114 or 14585677. OLE color: 14585677.
HSL color Cylindrical-coordinate representation of color #4D8FDE: hue angle of 212.69º degrees, saturation: 0.69, 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 #4D8FDE is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 143 | 222 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.13 |
| HSL | 212.69º | 0.69% | 0.59% | - |
| HSV(B) | 212.69º | 0.65% | 0.87% | - |
| XYZ | 26.07 | 26.5 | 72.85 | - |
| YUV | 132.27 | 178.63 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 222 | 0.65 | 0.36 | 0 | 0.13 | 212.69 | 0.69 | 0.59 |
| Hex | 4D | 8F | DE | 41 | 24 | 0 | D | D5 | 45 | 3B |
| Octal | 115 | 217 | 336 | 101 | 44 | 0 | 15 | 325 | 105 | 73 |
| Binary | 1001101 | 10001111 | 11011110 | 1000001 | 100100 | 0 | 1101 | 11010101 | 1000101 | 111011 |
Color Harmonies of #4D8FDE
Complementary color
Monochromatic Colors of #4D8FDE
Black with #4D8FDE
Text Example
Text Example
White with #4D8FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8FDE; }
p { color: rgb(77,143,222); }
H1.HeaderClassName
{
color: #4D8FDE;
}
.AnyTagClassName
{
color: #4D8FDE;
}
</style>
background-color css
<style>
a { background-color: #4D8FDE; }
a { background-color: rgb(77,143,222); }
div.DivClassName
{
background-color: #4D8FDE;
}
.BgClassName
{
background-color: #4D8FDE;
}
</style>
border-color css
<style>
span { border-color: #4D8FDE; }
span { border-color: rgb(77,143,222); }
td.TdClassName
{
border-color: #4D8FDE;
}
.TagClassName
{
border-color: #4D8FDE;
}
</style>