Shades of Picton Blue #4D96CE
Tints of Picton Blue #4D96CE
RGB
CMYK
RGB Variations
Color information
#4D96CE (or 0x4D96CE) is known color: Picton Blue. HEX triplet: 4D, 96 and CE. RGB value is (77,150,206). Sum of RGB (Red+Green+Blue) = 77+150+206=433 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.78% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D96CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D96CE is #B26931. Grayscale: #868686. Windows color (decimal): -11692338 or 13538893. OLE color: 13538893.
HSL color Cylindrical-coordinate representation of color #4D96CE: hue angle of 206.05º 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 #4D96CE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 150 | 206 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.19 |
| HSL | 206.05º | 0.57% | 0.55% | - |
| HSV(B) | 206.05º | 0.63% | 0.81% | - |
| XYZ | 25.11 | 27.85 | 62.44 | - |
| YUV | 134.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 206 | 0.63 | 0.27 | 0 | 0.19 | 206.05 | 0.57 | 0.55 |
| Hex | 4D | 96 | CE | 3F | 1B | 0 | 13 | CE | 39 | 37 |
| Octal | 115 | 226 | 316 | 77 | 33 | 0 | 23 | 316 | 71 | 67 |
| Binary | 1001101 | 10010110 | 11001110 | 111111 | 11011 | 0 | 10011 | 11001110 | 111001 | 110111 |
Color Harmonies of #4D96CE
Complementary color
Monochromatic Colors of #4D96CE
Black with #4D96CE
Text Example
Text Example
White with #4D96CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D96CE; }
p { color: rgb(77,150,206); }
H1.HeaderClassName
{
color: #4D96CE;
}
.AnyTagClassName
{
color: #4D96CE;
}
</style>
background-color css
<style>
a { background-color: #4D96CE; }
a { background-color: rgb(77,150,206); }
div.DivClassName
{
background-color: #4D96CE;
}
.BgClassName
{
background-color: #4D96CE;
}
</style>
border-color css
<style>
span { border-color: #4D96CE; }
span { border-color: rgb(77,150,206); }
td.TdClassName
{
border-color: #4D96CE;
}
.TagClassName
{
border-color: #4D96CE;
}
</style>