Shades of Picton Blue #4899D4
Tints of Picton Blue #4899D4
RGB
CMYK
RGB Variations
Color information
#4899D4 (or 0x4899D4) is known color: Picton Blue. HEX triplet: 48, 99 and D4. RGB value is (72,153,212). Sum of RGB (Red+Green+Blue) = 72+153+212=437 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.48% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #4899D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4899D4 is #B7662B. Grayscale: #878787. Windows color (decimal): -12019244 or 13932872. OLE color: 13932872.
HSL color Cylindrical-coordinate representation of color #4899D4: hue angle of 205.29º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4899D4 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 72 | 153 | 212 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.17 |
| HSL | 205.29º | 0.62% | 0.56% | - |
| HSV(B) | 205.29º | 0.66% | 0.83% | - |
| XYZ | 25.95 | 28.91 | 66.5 | - |
| YUV | 135.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 212 | 0.66 | 0.28 | 0 | 0.17 | 205.29 | 0.62 | 0.56 |
| Hex | 48 | 99 | D4 | 42 | 1C | 0 | 11 | CD | 3E | 38 |
| Octal | 110 | 231 | 324 | 102 | 34 | 0 | 21 | 315 | 76 | 70 |
| Binary | 1001000 | 10011001 | 11010100 | 1000010 | 11100 | 0 | 10001 | 11001101 | 111110 | 111000 |
Color Harmonies of #4899D4
Complementary color
Monochromatic Colors of #4899D4
Black with #4899D4
Text Example
Text Example
White with #4899D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899D4; }
p { color: rgb(72,153,212); }
H1.HeaderClassName
{
color: #4899D4;
}
.AnyTagClassName
{
color: #4899D4;
}
</style>
background-color css
<style>
a { background-color: #4899D4; }
a { background-color: rgb(72,153,212); }
div.DivClassName
{
background-color: #4899D4;
}
.BgClassName
{
background-color: #4899D4;
}
</style>
border-color css
<style>
span { border-color: #4899D4; }
span { border-color: rgb(72,153,212); }
td.TdClassName
{
border-color: #4899D4;
}
.TagClassName
{
border-color: #4899D4;
}
</style>