Shades of Picton Blue #4991D6
Tints of Picton Blue #4991D6
RGB
CMYK
RGB Variations
Color information
#4991D6 (or 0x4991D6) is known color: Picton Blue. HEX triplet: 49, 91 and D6. RGB value is (73,145,214). Sum of RGB (Red+Green+Blue) = 73+145+214=432 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.90% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 214 (83.98% from 255 or 49.54% from 432); Max value from RGB is 214 - color contains mainly: blue. Hex color #4991D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4991D6 is #B66E29. Grayscale: #828282. Windows color (decimal): -11955754 or 14061897. OLE color: 14061897.
HSL color Cylindrical-coordinate representation of color #4991D6: hue angle of 209.36º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4991D6 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 145 | 214 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.16 |
| HSL | 209.36º | 0.63% | 0.56% | - |
| HSV(B) | 209.36º | 0.66% | 0.84% | - |
| XYZ | 25.01 | 26.52 | 67.42 | - |
| YUV | 131.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 145 | 214 | 0.66 | 0.32 | 0 | 0.16 | 209.36 | 0.63 | 0.56 |
| Hex | 49 | 91 | D6 | 42 | 20 | 0 | 10 | D1 | 3F | 38 |
| Octal | 111 | 221 | 326 | 102 | 40 | 0 | 20 | 321 | 77 | 70 |
| Binary | 1001001 | 10010001 | 11010110 | 1000010 | 100000 | 0 | 10000 | 11010001 | 111111 | 111000 |
Color Harmonies of #4991D6
Complementary color
Monochromatic Colors of #4991D6
Black with #4991D6
Text Example
Text Example
White with #4991D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4991D6; }
p { color: rgb(73,145,214); }
H1.HeaderClassName
{
color: #4991D6;
}
.AnyTagClassName
{
color: #4991D6;
}
</style>
background-color css
<style>
a { background-color: #4991D6; }
a { background-color: rgb(73,145,214); }
div.DivClassName
{
background-color: #4991D6;
}
.BgClassName
{
background-color: #4991D6;
}
</style>
border-color css
<style>
span { border-color: #4991D6; }
span { border-color: rgb(73,145,214); }
td.TdClassName
{
border-color: #4991D6;
}
.TagClassName
{
border-color: #4991D6;
}
</style>