Shades of Picton Blue #4493D6
Tints of Picton Blue #4493D6
RGB
CMYK
RGB Variations
Color information
#4493D6 (or 0x4493D6) is known color: Picton Blue. HEX triplet: 44, 93 and D6. RGB value is (68,147,214). Sum of RGB (Red+Green+Blue) = 68+147+214=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 214 (83.98% from 255 or 49.88% from 429); Max value from RGB is 214 - color contains mainly: blue. Hex color #4493D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493D6 is #BB6C29. Grayscale: #828282. Windows color (decimal): -12282922 or 14062404. OLE color: 14062404.
HSL color Cylindrical-coordinate representation of color #4493D6: hue angle of 207.53º 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 #4493D6 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 147 | 214 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.16 |
| HSL | 207.53º | 0.64% | 0.55% | - |
| HSV(B) | 207.53º | 0.68% | 0.84% | - |
| XYZ | 24.96 | 26.95 | 67.51 | - |
| YUV | 131.02 | 174.83 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 214 | 0.68 | 0.31 | 0 | 0.16 | 207.53 | 0.64 | 0.55 |
| Hex | 44 | 93 | D6 | 44 | 1F | 0 | 10 | D0 | 40 | 37 |
| Octal | 104 | 223 | 326 | 104 | 37 | 0 | 20 | 320 | 100 | 67 |
| Binary | 1000100 | 10010011 | 11010110 | 1000100 | 11111 | 0 | 10000 | 11010000 | 1000000 | 110111 |
Color Harmonies of #4493D6
Complementary color
Monochromatic Colors of #4493D6
Black with #4493D6
Text Example
Text Example
White with #4493D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4493D6; }
p { color: rgb(68,147,214); }
H1.HeaderClassName
{
color: #4493D6;
}
.AnyTagClassName
{
color: #4493D6;
}
</style>
background-color css
<style>
a { background-color: #4493D6; }
a { background-color: rgb(68,147,214); }
div.DivClassName
{
background-color: #4493D6;
}
.BgClassName
{
background-color: #4493D6;
}
</style>
border-color css
<style>
span { border-color: #4493D6; }
span { border-color: rgb(68,147,214); }
td.TdClassName
{
border-color: #4493D6;
}
.TagClassName
{
border-color: #4493D6;
}
</style>