Shades of Picton Blue #4491D2
Tints of Picton Blue #4491D2
RGB
CMYK
RGB Variations
Color information
#4491D2 (or 0x4491D2) is known color: Picton Blue. HEX triplet: 44, 91 and D2. RGB value is (68,145,210). Sum of RGB (Red+Green+Blue) = 68+145+210=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 210 (82.42% from 255 or 49.65% from 423); Max value from RGB is 210 - color contains mainly: blue. Hex color #4491D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491D2 is #BB6E2D. Grayscale: #818181. Windows color (decimal): -12283438 or 13799748. OLE color: 13799748.
HSL color Cylindrical-coordinate representation of color #4491D2: hue angle of 207.46º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4491D2 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 145 | 210 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.18 |
| HSL | 207.46º | 0.61% | 0.55% | - |
| HSV(B) | 207.46º | 0.68% | 0.82% | - |
| XYZ | 24.14 | 26.13 | 64.74 | - |
| YUV | 129.39 | 173.49 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 145 | 210 | 0.68 | 0.31 | 0 | 0.18 | 207.46 | 0.61 | 0.55 |
| Hex | 44 | 91 | D2 | 44 | 1F | 0 | 12 | CF | 3D | 37 |
| Octal | 104 | 221 | 322 | 104 | 37 | 0 | 22 | 317 | 75 | 67 |
| Binary | 1000100 | 10010001 | 11010010 | 1000100 | 11111 | 0 | 10010 | 11001111 | 111101 | 110111 |
Color Harmonies of #4491D2
Complementary color
Monochromatic Colors of #4491D2
Black with #4491D2
Text Example
Text Example
White with #4491D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4491D2; }
p { color: rgb(68,145,210); }
H1.HeaderClassName
{
color: #4491D2;
}
.AnyTagClassName
{
color: #4491D2;
}
</style>
background-color css
<style>
a { background-color: #4491D2; }
a { background-color: rgb(68,145,210); }
div.DivClassName
{
background-color: #4491D2;
}
.BgClassName
{
background-color: #4491D2;
}
</style>
border-color css
<style>
span { border-color: #4491D2; }
span { border-color: rgb(68,145,210); }
td.TdClassName
{
border-color: #4491D2;
}
.TagClassName
{
border-color: #4491D2;
}
</style>