Shades of Picton Blue #4493CE
Tints of Picton Blue #4493CE
RGB
CMYK
RGB Variations
Color information
#4493CE (or 0x4493CE) is known color: Picton Blue. HEX triplet: 44, 93 and CE. RGB value is (68,147,206). Sum of RGB (Red+Green+Blue) = 68+147+206=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #4493CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493CE is #BB6C31. Grayscale: #818181. Windows color (decimal): -12282930 or 13538116. OLE color: 13538116.
HSL color Cylindrical-coordinate representation of color #4493CE: hue angle of 205.65º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4493CE is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 147 | 206 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.19 |
| HSL | 205.65º | 0.58% | 0.54% | - |
| HSV(B) | 205.65º | 0.67% | 0.81% | - |
| XYZ | 23.96 | 26.55 | 62.25 | - |
| YUV | 130.11 | 170.83 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 206 | 0.67 | 0.29 | 0 | 0.19 | 205.65 | 0.58 | 0.54 |
| Hex | 44 | 93 | CE | 43 | 1D | 0 | 13 | CE | 3A | 36 |
| Octal | 104 | 223 | 316 | 103 | 35 | 0 | 23 | 316 | 72 | 66 |
| Binary | 1000100 | 10010011 | 11001110 | 1000011 | 11101 | 0 | 10011 | 11001110 | 111010 | 110110 |
Color Harmonies of #4493CE
Complementary color
Monochromatic Colors of #4493CE
Black with #4493CE
Text Example
Text Example
White with #4493CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4493CE; }
p { color: rgb(68,147,206); }
H1.HeaderClassName
{
color: #4493CE;
}
.AnyTagClassName
{
color: #4493CE;
}
</style>
background-color css
<style>
a { background-color: #4493CE; }
a { background-color: rgb(68,147,206); }
div.DivClassName
{
background-color: #4493CE;
}
.BgClassName
{
background-color: #4493CE;
}
</style>
border-color css
<style>
span { border-color: #4493CE; }
span { border-color: rgb(68,147,206); }
td.TdClassName
{
border-color: #4493CE;
}
.TagClassName
{
border-color: #4493CE;
}
</style>