Shades of Picton Blue #4399D6
Tints of Picton Blue #4399D6
RGB
CMYK
RGB Variations
Color information
#4399D6 (or 0x4399D6) is known color: Picton Blue. HEX triplet: 43, 99 and D6. RGB value is (67,153,214). Sum of RGB (Red+Green+Blue) = 67+153+214=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #4399D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399D6 is #BC6629. Grayscale: #858585. Windows color (decimal): -12346922 or 14063939. OLE color: 14063939.
HSL color Cylindrical-coordinate representation of color #4399D6: hue angle of 204.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4399D6 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 153 | 214 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.16 |
| HSL | 204.9º | 0.64% | 0.55% | - |
| HSV(B) | 204.9º | 0.69% | 0.84% | - |
| XYZ | 25.84 | 28.83 | 67.82 | - |
| YUV | 134.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 214 | 0.69 | 0.29 | 0 | 0.16 | 204.9 | 0.64 | 0.55 |
| Hex | 43 | 99 | D6 | 45 | 1D | 0 | 10 | CD | 40 | 37 |
| Octal | 103 | 231 | 326 | 105 | 35 | 0 | 20 | 315 | 100 | 67 |
| Binary | 1000011 | 10011001 | 11010110 | 1000101 | 11101 | 0 | 10000 | 11001101 | 1000000 | 110111 |
Color Harmonies of #4399D6
Complementary color
Monochromatic Colors of #4399D6
Black with #4399D6
Text Example
Text Example
White with #4399D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4399D6; }
p { color: rgb(67,153,214); }
H1.HeaderClassName
{
color: #4399D6;
}
.AnyTagClassName
{
color: #4399D6;
}
</style>
background-color css
<style>
a { background-color: #4399D6; }
a { background-color: rgb(67,153,214); }
div.DivClassName
{
background-color: #4399D6;
}
.BgClassName
{
background-color: #4399D6;
}
</style>
border-color css
<style>
span { border-color: #4399D6; }
span { border-color: rgb(67,153,214); }
td.TdClassName
{
border-color: #4399D6;
}
.TagClassName
{
border-color: #4399D6;
}
</style>