Shades of Picton Blue #4D96DE
Tints of Picton Blue #4D96DE
RGB
CMYK
RGB Variations
Color information
#4D96DE (or 0x4D96DE) is known color: Picton Blue. HEX triplet: 4D, 96 and DE. RGB value is (77,150,222). Sum of RGB (Red+Green+Blue) = 77+150+222=449 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.15% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D96DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D96DE is #B26921. Grayscale: #888888. Windows color (decimal): -11692322 or 14587469. OLE color: 14587469.
HSL color Cylindrical-coordinate representation of color #4D96DE: hue angle of 209.79º 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 #4D96DE is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 150 | 222 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.13 |
| HSL | 209.79º | 0.69% | 0.59% | - |
| HSV(B) | 209.79º | 0.65% | 0.87% | - |
| XYZ | 27.15 | 28.66 | 73.21 | - |
| YUV | 136.38 | 176.32 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 222 | 0.65 | 0.32 | 0 | 0.13 | 209.79 | 0.69 | 0.59 |
| Hex | 4D | 96 | DE | 41 | 20 | 0 | D | D2 | 45 | 3B |
| Octal | 115 | 226 | 336 | 101 | 40 | 0 | 15 | 322 | 105 | 73 |
| Binary | 1001101 | 10010110 | 11011110 | 1000001 | 100000 | 0 | 1101 | 11010010 | 1000101 | 111011 |
Color Harmonies of #4D96DE
Complementary color
Monochromatic Colors of #4D96DE
Black with #4D96DE
Text Example
Text Example
White with #4D96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D96DE; }
p { color: rgb(77,150,222); }
H1.HeaderClassName
{
color: #4D96DE;
}
.AnyTagClassName
{
color: #4D96DE;
}
</style>
background-color css
<style>
a { background-color: #4D96DE; }
a { background-color: rgb(77,150,222); }
div.DivClassName
{
background-color: #4D96DE;
}
.BgClassName
{
background-color: #4D96DE;
}
</style>
border-color css
<style>
span { border-color: #4D96DE; }
span { border-color: rgb(77,150,222); }
td.TdClassName
{
border-color: #4D96DE;
}
.TagClassName
{
border-color: #4D96DE;
}
</style>