Shades of Picton Blue #4899C2
Tints of Picton Blue #4899C2
RGB
CMYK
RGB Variations
Color information
#4899C2 (or 0x4899C2) is known color: Picton Blue. HEX triplet: 48, 99 and C2. RGB value is (72,153,194). Sum of RGB (Red+Green+Blue) = 72+153+194=419 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.18% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 194 - color contains mainly: blue. Hex color #4899C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4899C2 is #B7663D. Grayscale: #858585. Windows color (decimal): -12019262 or 12753224. OLE color: 12753224.
HSL color Cylindrical-coordinate representation of color #4899C2: hue angle of 200.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4899C2 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 153 | 194 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.24 |
| HSL | 200.16º | 0.5% | 0.52% | - |
| HSV(B) | 200.16º | 0.63% | 0.76% | - |
| XYZ | 23.8 | 28.06 | 55.2 | - |
| YUV | 133.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 153 | 194 | 0.63 | 0.21 | 0 | 0.24 | 200.16 | 0.5 | 0.52 |
| Hex | 48 | 99 | C2 | 3F | 15 | 0 | 18 | C8 | 32 | 34 |
| Octal | 110 | 231 | 302 | 77 | 25 | 0 | 30 | 310 | 62 | 64 |
| Binary | 1001000 | 10011001 | 11000010 | 111111 | 10101 | 0 | 11000 | 11001000 | 110010 | 110100 |
Color Harmonies of #4899C2
Complementary color
Monochromatic Colors of #4899C2
Black with #4899C2
Text Example
Text Example
White with #4899C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4899C2; }
p { color: rgb(72,153,194); }
H1.HeaderClassName
{
color: #4899C2;
}
.AnyTagClassName
{
color: #4899C2;
}
</style>
background-color css
<style>
a { background-color: #4899C2; }
a { background-color: rgb(72,153,194); }
div.DivClassName
{
background-color: #4899C2;
}
.BgClassName
{
background-color: #4899C2;
}
</style>
border-color css
<style>
span { border-color: #4899C2; }
span { border-color: rgb(72,153,194); }
td.TdClassName
{
border-color: #4899C2;
}
.TagClassName
{
border-color: #4899C2;
}
</style>