Shades of Picton Blue #4399CA
Tints of Picton Blue #4399CA
RGB
CMYK
RGB Variations
Color information
#4399CA (or 0x4399CA) is known color: Picton Blue. HEX triplet: 43, 99 and CA. RGB value is (67,153,202). Sum of RGB (Red+Green+Blue) = 67+153+202=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #4399CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4399CA is #BC6635. Grayscale: #848484. Windows color (decimal): -12346934 or 13277507. OLE color: 13277507.
HSL color Cylindrical-coordinate representation of color #4399CA: hue angle of 201.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4399CA is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 153 | 202 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.21 |
| HSL | 201.78º | 0.56% | 0.53% | - |
| HSV(B) | 201.78º | 0.67% | 0.79% | - |
| XYZ | 24.37 | 28.24 | 60.04 | - |
| YUV | 132.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 153 | 202 | 0.67 | 0.24 | 0 | 0.21 | 201.78 | 0.56 | 0.53 |
| Hex | 43 | 99 | CA | 43 | 18 | 0 | 15 | CA | 38 | 35 |
| Octal | 103 | 231 | 312 | 103 | 30 | 0 | 25 | 312 | 70 | 65 |
| Binary | 1000011 | 10011001 | 11001010 | 1000011 | 11000 | 0 | 10101 | 11001010 | 111000 | 110101 |
Color Harmonies of #4399CA
Complementary color
Monochromatic Colors of #4399CA
Black with #4399CA
Text Example
Text Example
White with #4399CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4399CA; }
p { color: rgb(67,153,202); }
H1.HeaderClassName
{
color: #4399CA;
}
.AnyTagClassName
{
color: #4399CA;
}
</style>
background-color css
<style>
a { background-color: #4399CA; }
a { background-color: rgb(67,153,202); }
div.DivClassName
{
background-color: #4399CA;
}
.BgClassName
{
background-color: #4399CA;
}
</style>
border-color css
<style>
span { border-color: #4399CA; }
span { border-color: rgb(67,153,202); }
td.TdClassName
{
border-color: #4399CA;
}
.TagClassName
{
border-color: #4399CA;
}
</style>