Shades of Picton Blue #4D95DA
Tints of Picton Blue #4D95DA
RGB
CMYK
RGB Variations
Color information
#4D95DA (or 0x4D95DA) is known color: Picton Blue. HEX triplet: 4D, 95 and DA. RGB value is (77,149,218). Sum of RGB (Red+Green+Blue) = 77+149+218=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D95DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95DA is #B26A25. Grayscale: #868686. Windows color (decimal): -11692582 or 14325069. OLE color: 14325069.
HSL color Cylindrical-coordinate representation of color #4D95DA: hue angle of 209.36º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D95DA is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 149 | 218 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.15 |
| HSL | 209.36º | 0.66% | 0.58% | - |
| HSV(B) | 209.36º | 0.65% | 0.85% | - |
| XYZ | 26.46 | 28.13 | 70.37 | - |
| YUV | 135.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 218 | 0.65 | 0.32 | 0 | 0.15 | 209.36 | 0.66 | 0.58 |
| Hex | 4D | 95 | DA | 41 | 20 | 0 | F | D1 | 42 | 3A |
| Octal | 115 | 225 | 332 | 101 | 40 | 0 | 17 | 321 | 102 | 72 |
| Binary | 1001101 | 10010101 | 11011010 | 1000001 | 100000 | 0 | 1111 | 11010001 | 1000010 | 111010 |
Color Harmonies of #4D95DA
Complementary color
Monochromatic Colors of #4D95DA
Black with #4D95DA
Text Example
Text Example
White with #4D95DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D95DA; }
p { color: rgb(77,149,218); }
H1.HeaderClassName
{
color: #4D95DA;
}
.AnyTagClassName
{
color: #4D95DA;
}
</style>
background-color css
<style>
a { background-color: #4D95DA; }
a { background-color: rgb(77,149,218); }
div.DivClassName
{
background-color: #4D95DA;
}
.BgClassName
{
background-color: #4D95DA;
}
</style>
border-color css
<style>
span { border-color: #4D95DA; }
span { border-color: rgb(77,149,218); }
td.TdClassName
{
border-color: #4D95DA;
}
.TagClassName
{
border-color: #4D95DA;
}
</style>