Shades of Picton Blue #4399DF
Tints of Picton Blue #4399DF
RGB
CMYK
RGB Variations
Color information
#4399DF (or 0x4399DF) is known color: Picton Blue. HEX triplet: 43, 99 and DF. RGB value is (67,153,223). Sum of RGB (Red+Green+Blue) = 67+153+223=443 (58% of max value = 765). Red value is 67 (26.56% from 255 or 15.12% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #4399DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399DF is #BC6620. Grayscale: #868686. Windows color (decimal): -12346913 or 14653763. OLE color: 14653763.
HSL color Cylindrical-coordinate representation of color #4399DF: hue angle of 206.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4399DF is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 153 | 223 | - |
| CMYK | 0.70 | 0.31 | 0 | 0.13 |
| HSL | 206.92º | 0.71% | 0.57% | - |
| HSV(B) | 206.92º | 0.7% | 0.87% | - |
| XYZ | 27.03 | 29.3 | 74.04 | - |
| YUV | 135.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 223 | 0.70 | 0.31 | 0 | 0.13 | 206.92 | 0.71 | 0.57 |
| Hex | 43 | 99 | DF | 46 | 1F | 0 | D | CF | 47 | 39 |
| Octal | 103 | 231 | 337 | 106 | 37 | 0 | 15 | 317 | 107 | 71 |
| Binary | 1000011 | 10011001 | 11011111 | 1000110 | 11111 | 0 | 1101 | 11001111 | 1000111 | 111001 |
Color Harmonies of #4399DF
Complementary color
Monochromatic Colors of #4399DF
Black with #4399DF
Text Example
Text Example
White with #4399DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4399DF; }
p { color: rgb(67,153,223); }
H1.HeaderClassName
{
color: #4399DF;
}
.AnyTagClassName
{
color: #4399DF;
}
</style>
background-color css
<style>
a { background-color: #4399DF; }
a { background-color: rgb(67,153,223); }
div.DivClassName
{
background-color: #4399DF;
}
.BgClassName
{
background-color: #4399DF;
}
</style>
border-color css
<style>
span { border-color: #4399DF; }
span { border-color: rgb(67,153,223); }
td.TdClassName
{
border-color: #4399DF;
}
.TagClassName
{
border-color: #4399DF;
}
</style>