Shades of Picton Blue #4493D1
Tints of Picton Blue #4493D1
RGB
CMYK
RGB Variations
Color information
#4493D1 (or 0x4493D1) is known color: Picton Blue. HEX triplet: 44, 93 and D1. RGB value is (68,147,209). Sum of RGB (Red+Green+Blue) = 68+147+209=424 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.04% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 209 (82.03% from 255 or 49.29% from 424); Max value from RGB is 209 - color contains mainly: blue. Hex color #4493D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493D1 is #BB6C2E. Grayscale: #828282. Windows color (decimal): -12282927 or 13734724. OLE color: 13734724.
HSL color Cylindrical-coordinate representation of color #4493D1: hue angle of 206.38º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4493D1 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 147 | 209 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.18 |
| HSL | 206.38º | 0.61% | 0.54% | - |
| HSV(B) | 206.38º | 0.67% | 0.82% | - |
| XYZ | 24.33 | 26.7 | 64.19 | - |
| YUV | 130.45 | 172.33 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 209 | 0.67 | 0.30 | 0 | 0.18 | 206.38 | 0.61 | 0.54 |
| Hex | 44 | 93 | D1 | 43 | 1E | 0 | 12 | CE | 3D | 36 |
| Octal | 104 | 223 | 321 | 103 | 36 | 0 | 22 | 316 | 75 | 66 |
| Binary | 1000100 | 10010011 | 11010001 | 1000011 | 11110 | 0 | 10010 | 11001110 | 111101 | 110110 |
Color Harmonies of #4493D1
Complementary color
Monochromatic Colors of #4493D1
Black with #4493D1
Text Example
Text Example
White with #4493D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4493D1; }
p { color: rgb(68,147,209); }
H1.HeaderClassName
{
color: #4493D1;
}
.AnyTagClassName
{
color: #4493D1;
}
</style>
background-color css
<style>
a { background-color: #4493D1; }
a { background-color: rgb(68,147,209); }
div.DivClassName
{
background-color: #4493D1;
}
.BgClassName
{
background-color: #4493D1;
}
</style>
border-color css
<style>
span { border-color: #4493D1; }
span { border-color: rgb(68,147,209); }
td.TdClassName
{
border-color: #4493D1;
}
.TagClassName
{
border-color: #4493D1;
}
</style>