Shades of Picton Blue #4493CF
Tints of Picton Blue #4493CF
RGB
CMYK
RGB Variations
Color information
#4493CF (or 0x4493CF) is known color: Picton Blue. HEX triplet: 44, 93 and CF. RGB value is (68,147,207). Sum of RGB (Red+Green+Blue) = 68+147+207=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #4493CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4493CF is #BB6C30. Grayscale: #818181. Windows color (decimal): -12282929 or 13603652. OLE color: 13603652.
HSL color Cylindrical-coordinate representation of color #4493CF: hue angle of 205.9º degrees, saturation: 0.59, 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 #4493CF is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 147 | 207 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.19 |
| HSL | 205.9º | 0.59% | 0.54% | - |
| HSV(B) | 205.9º | 0.67% | 0.81% | - |
| XYZ | 24.08 | 26.6 | 62.9 | - |
| YUV | 130.22 | 171.33 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 147 | 207 | 0.67 | 0.29 | 0 | 0.19 | 205.9 | 0.59 | 0.54 |
| Hex | 44 | 93 | CF | 43 | 1D | 0 | 13 | CE | 3B | 36 |
| Octal | 104 | 223 | 317 | 103 | 35 | 0 | 23 | 316 | 73 | 66 |
| Binary | 1000100 | 10010011 | 11001111 | 1000011 | 11101 | 0 | 10011 | 11001110 | 111011 | 110110 |
Color Harmonies of #4493CF
Complementary color
Monochromatic Colors of #4493CF
Black with #4493CF
Text Example
Text Example
White with #4493CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4493CF; }
p { color: rgb(68,147,207); }
H1.HeaderClassName
{
color: #4493CF;
}
.AnyTagClassName
{
color: #4493CF;
}
</style>
background-color css
<style>
a { background-color: #4493CF; }
a { background-color: rgb(68,147,207); }
div.DivClassName
{
background-color: #4493CF;
}
.BgClassName
{
background-color: #4493CF;
}
</style>
border-color css
<style>
span { border-color: #4493CF; }
span { border-color: rgb(68,147,207); }
td.TdClassName
{
border-color: #4493CF;
}
.TagClassName
{
border-color: #4493CF;
}
</style>