Shades of Picton Blue #4899D6
Tints of Picton Blue #4899D6
RGB
CMYK
RGB Variations
Color information
#4899D6 (or 0x4899D6) is known color: Picton Blue. HEX triplet: 48, 99 and D6. RGB value is (72,153,214). Sum of RGB (Red+Green+Blue) = 72+153+214=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #4899D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4899D6 is #B76629. Grayscale: #878787. Windows color (decimal): -12019242 or 14063944. OLE color: 14063944.
HSL color Cylindrical-coordinate representation of color #4899D6: hue angle of 205.77º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4899D6 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 153 | 214 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.16 |
| HSL | 205.77º | 0.63% | 0.56% | - |
| HSV(B) | 205.77º | 0.66% | 0.84% | - |
| XYZ | 26.2 | 29.02 | 67.84 | - |
| YUV | 135.74 | 172.16 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 214 | 0.66 | 0.29 | 0 | 0.16 | 205.77 | 0.63 | 0.56 |
| Hex | 48 | 99 | D6 | 42 | 1D | 0 | 10 | CE | 3F | 38 |
| Octal | 110 | 231 | 326 | 102 | 35 | 0 | 20 | 316 | 77 | 70 |
| Binary | 1001000 | 10011001 | 11010110 | 1000010 | 11101 | 0 | 10000 | 11001110 | 111111 | 111000 |
Color Harmonies of #4899D6
Complementary color
Monochromatic Colors of #4899D6
Black with #4899D6
Text Example
Text Example
White with #4899D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899D6; }
p { color: rgb(72,153,214); }
H1.HeaderClassName
{
color: #4899D6;
}
.AnyTagClassName
{
color: #4899D6;
}
</style>
background-color css
<style>
a { background-color: #4899D6; }
a { background-color: rgb(72,153,214); }
div.DivClassName
{
background-color: #4899D6;
}
.BgClassName
{
background-color: #4899D6;
}
</style>
border-color css
<style>
span { border-color: #4899D6; }
span { border-color: rgb(72,153,214); }
td.TdClassName
{
border-color: #4899D6;
}
.TagClassName
{
border-color: #4899D6;
}
</style>