Shades of Picton Blue #4D91CF
Tints of Picton Blue #4D91CF
RGB
CMYK
RGB Variations
Color information
#4D91CF (or 0x4D91CF) is known color: Picton Blue. HEX triplet: 4D, 91 and CF. RGB value is (77,145,207). Sum of RGB (Red+Green+Blue) = 77+145+207=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #4D91CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D91CF is #B26E30. Grayscale: #838383. Windows color (decimal): -11693617 or 13603149. OLE color: 13603149.
HSL color Cylindrical-coordinate representation of color #4D91CF: hue angle of 208.62º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D91CF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 145 | 207 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.19 |
| HSL | 208.62º | 0.58% | 0.56% | - |
| HSV(B) | 208.62º | 0.63% | 0.81% | - |
| XYZ | 24.45 | 26.33 | 62.83 | - |
| YUV | 131.74 | 170.47 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 207 | 0.63 | 0.30 | 0 | 0.19 | 208.62 | 0.58 | 0.56 |
| Hex | 4D | 91 | CF | 3F | 1E | 0 | 13 | D1 | 3A | 38 |
| Octal | 115 | 221 | 317 | 77 | 36 | 0 | 23 | 321 | 72 | 70 |
| Binary | 1001101 | 10010001 | 11001111 | 111111 | 11110 | 0 | 10011 | 11010001 | 111010 | 111000 |
Color Harmonies of #4D91CF
Complementary color
Monochromatic Colors of #4D91CF
Black with #4D91CF
Text Example
Text Example
White with #4D91CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D91CF; }
p { color: rgb(77,145,207); }
H1.HeaderClassName
{
color: #4D91CF;
}
.AnyTagClassName
{
color: #4D91CF;
}
</style>
background-color css
<style>
a { background-color: #4D91CF; }
a { background-color: rgb(77,145,207); }
div.DivClassName
{
background-color: #4D91CF;
}
.BgClassName
{
background-color: #4D91CF;
}
</style>
border-color css
<style>
span { border-color: #4D91CF; }
span { border-color: rgb(77,145,207); }
td.TdClassName
{
border-color: #4D91CF;
}
.TagClassName
{
border-color: #4D91CF;
}
</style>