Shades of Picton Blue #4494D6
Tints of Picton Blue #4494D6
RGB
CMYK
RGB Variations
Color information
#4494D6 (or 0x4494D6) is known color: Picton Blue. HEX triplet: 44, 94 and D6. RGB value is (68,148,214). Sum of RGB (Red+Green+Blue) = 68+148+214=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #4494D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4494D6 is #BB6B29. Grayscale: #838383. Windows color (decimal): -12282666 or 14062660. OLE color: 14062660.
HSL color Cylindrical-coordinate representation of color #4494D6: hue angle of 207.12º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4494D6 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 148 | 214 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.16 |
| HSL | 207.12º | 0.64% | 0.55% | - |
| HSV(B) | 207.12º | 0.68% | 0.84% | - |
| XYZ | 25.11 | 27.26 | 67.56 | - |
| YUV | 131.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 148 | 214 | 0.68 | 0.31 | 0 | 0.16 | 207.12 | 0.64 | 0.55 |
| Hex | 44 | 94 | D6 | 44 | 1F | 0 | 10 | CF | 40 | 37 |
| Octal | 104 | 224 | 326 | 104 | 37 | 0 | 20 | 317 | 100 | 67 |
| Binary | 1000100 | 10010100 | 11010110 | 1000100 | 11111 | 0 | 10000 | 11001111 | 1000000 | 110111 |
Color Harmonies of #4494D6
Complementary color
Monochromatic Colors of #4494D6
Black with #4494D6
Text Example
Text Example
White with #4494D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4494D6; }
p { color: rgb(68,148,214); }
H1.HeaderClassName
{
color: #4494D6;
}
.AnyTagClassName
{
color: #4494D6;
}
</style>
background-color css
<style>
a { background-color: #4494D6; }
a { background-color: rgb(68,148,214); }
div.DivClassName
{
background-color: #4494D6;
}
.BgClassName
{
background-color: #4494D6;
}
</style>
border-color css
<style>
span { border-color: #4494D6; }
span { border-color: rgb(68,148,214); }
td.TdClassName
{
border-color: #4494D6;
}
.TagClassName
{
border-color: #4494D6;
}
</style>