Shades of Picton Blue #4B91DF
Tints of Picton Blue #4B91DF
RGB
CMYK
RGB Variations
Color information
#4B91DF (or 0x4B91DF) is known color: Picton Blue. HEX triplet: 4B, 91 and DF. RGB value is (75,145,223). Sum of RGB (Red+Green+Blue) = 75+145+223=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B91DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B91DF is #B46E20. Grayscale: #848484. Windows color (decimal): -11824673 or 14651723. OLE color: 14651723.
HSL color Cylindrical-coordinate representation of color #4B91DF: hue angle of 211.62º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B91DF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 145 | 223 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.13 |
| HSL | 211.62º | 0.7% | 0.58% | - |
| HSV(B) | 211.62º | 0.66% | 0.87% | - |
| XYZ | 26.35 | 27.07 | 73.65 | - |
| YUV | 132.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 223 | 0.66 | 0.35 | 0 | 0.13 | 211.62 | 0.7 | 0.58 |
| Hex | 4B | 91 | DF | 42 | 23 | 0 | D | D4 | 46 | 3A |
| Octal | 113 | 221 | 337 | 102 | 43 | 0 | 15 | 324 | 106 | 72 |
| Binary | 1001011 | 10010001 | 11011111 | 1000010 | 100011 | 0 | 1101 | 11010100 | 1000110 | 111010 |
Color Harmonies of #4B91DF
Complementary color
Monochromatic Colors of #4B91DF
Black with #4B91DF
Text Example
Text Example
White with #4B91DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B91DF; }
p { color: rgb(75,145,223); }
H1.HeaderClassName
{
color: #4B91DF;
}
.AnyTagClassName
{
color: #4B91DF;
}
</style>
background-color css
<style>
a { background-color: #4B91DF; }
a { background-color: rgb(75,145,223); }
div.DivClassName
{
background-color: #4B91DF;
}
.BgClassName
{
background-color: #4B91DF;
}
</style>
border-color css
<style>
span { border-color: #4B91DF; }
span { border-color: rgb(75,145,223); }
td.TdClassName
{
border-color: #4B91DF;
}
.TagClassName
{
border-color: #4B91DF;
}
</style>