Shades of Picton Blue #4491D3
Tints of Picton Blue #4491D3
RGB
CMYK
RGB Variations
Color information
#4491D3 (or 0x4491D3) is known color: Picton Blue. HEX triplet: 44, 91 and D3. RGB value is (68,145,211). Sum of RGB (Red+Green+Blue) = 68+145+211=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 211 (82.81% from 255 or 49.76% from 424); Max value from RGB is 211 - color contains mainly: blue. Hex color #4491D3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491D3 is #BB6E2C. Grayscale: #818181. Windows color (decimal): -12283437 or 13865284. OLE color: 13865284.
HSL color Cylindrical-coordinate representation of color #4491D3: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4491D3 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 145 | 211 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.17 |
| HSL | 207.69º | 0.62% | 0.55% | - |
| HSV(B) | 207.69º | 0.68% | 0.83% | - |
| XYZ | 24.27 | 26.18 | 65.4 | - |
| YUV | 129.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 211 | 0.68 | 0.31 | 0 | 0.17 | 207.69 | 0.62 | 0.55 |
| Hex | 44 | 91 | D3 | 44 | 1F | 0 | 11 | D0 | 3E | 37 |
| Octal | 104 | 221 | 323 | 104 | 37 | 0 | 21 | 320 | 76 | 67 |
| Binary | 1000100 | 10010001 | 11010011 | 1000100 | 11111 | 0 | 10001 | 11010000 | 111110 | 110111 |
Color Harmonies of #4491D3
Complementary color
Monochromatic Colors of #4491D3
Black with #4491D3
Text Example
Text Example
White with #4491D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4491D3; }
p { color: rgb(68,145,211); }
H1.HeaderClassName
{
color: #4491D3;
}
.AnyTagClassName
{
color: #4491D3;
}
</style>
background-color css
<style>
a { background-color: #4491D3; }
a { background-color: rgb(68,145,211); }
div.DivClassName
{
background-color: #4491D3;
}
.BgClassName
{
background-color: #4491D3;
}
</style>
border-color css
<style>
span { border-color: #4491D3; }
span { border-color: rgb(68,145,211); }
td.TdClassName
{
border-color: #4491D3;
}
.TagClassName
{
border-color: #4491D3;
}
</style>