Shades of Picton Blue #4399CE
Tints of Picton Blue #4399CE
RGB
CMYK
RGB Variations
Color information
#4399CE (or 0x4399CE) is known color: Picton Blue. HEX triplet: 43, 99 and CE. RGB value is (67,153,206). Sum of RGB (Red+Green+Blue) = 67+153+206=426 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.73% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4399CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399CE is #BC6631. Grayscale: #858585. Windows color (decimal): -12346930 or 13539651. OLE color: 13539651.
HSL color Cylindrical-coordinate representation of color #4399CE: hue angle of 202.88º 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 #4399CE is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 153 | 206 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.19 |
| HSL | 202.88º | 0.59% | 0.54% | - |
| HSV(B) | 202.88º | 0.67% | 0.81% | - |
| XYZ | 24.85 | 28.43 | 62.57 | - |
| YUV | 133.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 206 | 0.67 | 0.26 | 0 | 0.19 | 202.88 | 0.59 | 0.54 |
| Hex | 43 | 99 | CE | 43 | 1A | 0 | 13 | CB | 3B | 36 |
| Octal | 103 | 231 | 316 | 103 | 32 | 0 | 23 | 313 | 73 | 66 |
| Binary | 1000011 | 10011001 | 11001110 | 1000011 | 11010 | 0 | 10011 | 11001011 | 111011 | 110110 |
Color Harmonies of #4399CE
Complementary color
Monochromatic Colors of #4399CE
Black with #4399CE
Text Example
Text Example
White with #4399CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4399CE; }
p { color: rgb(67,153,206); }
H1.HeaderClassName
{
color: #4399CE;
}
.AnyTagClassName
{
color: #4399CE;
}
</style>
background-color css
<style>
a { background-color: #4399CE; }
a { background-color: rgb(67,153,206); }
div.DivClassName
{
background-color: #4399CE;
}
.BgClassName
{
background-color: #4399CE;
}
</style>
border-color css
<style>
span { border-color: #4399CE; }
span { border-color: rgb(67,153,206); }
td.TdClassName
{
border-color: #4399CE;
}
.TagClassName
{
border-color: #4399CE;
}
</style>