Shades of Picton Blue #4894C8
Tints of Picton Blue #4894C8
RGB
CMYK
RGB Variations
Color information
#4894C8 (or 0x4894C8) is known color: Picton Blue. HEX triplet: 48, 94 and C8. RGB value is (72,148,200). Sum of RGB (Red+Green+Blue) = 72+148+200=420 (55% of max value = 765). Red value is 72 (28.52% from 255 or 17.14% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #4894C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4894C8 is #B76B37. Grayscale: #828282. Windows color (decimal): -12020536 or 13145160. OLE color: 13145160.
HSL color Cylindrical-coordinate representation of color #4894C8: hue angle of 204.38º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4894C8 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 148 | 200 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.22 |
| HSL | 204.38º | 0.54% | 0.53% | - |
| HSV(B) | 204.38º | 0.64% | 0.78% | - |
| XYZ | 23.69 | 26.73 | 58.55 | - |
| YUV | 131.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 200 | 0.64 | 0.26 | 0 | 0.22 | 204.38 | 0.54 | 0.53 |
| Hex | 48 | 94 | C8 | 40 | 1A | 0 | 16 | CC | 36 | 35 |
| Octal | 110 | 224 | 310 | 100 | 32 | 0 | 26 | 314 | 66 | 65 |
| Binary | 1001000 | 10010100 | 11001000 | 1000000 | 11010 | 0 | 10110 | 11001100 | 110110 | 110101 |
Color Harmonies of #4894C8
Complementary color
Monochromatic Colors of #4894C8
Black with #4894C8
Text Example
Text Example
White with #4894C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894C8; }
p { color: rgb(72,148,200); }
H1.HeaderClassName
{
color: #4894C8;
}
.AnyTagClassName
{
color: #4894C8;
}
</style>
background-color css
<style>
a { background-color: #4894C8; }
a { background-color: rgb(72,148,200); }
div.DivClassName
{
background-color: #4894C8;
}
.BgClassName
{
background-color: #4894C8;
}
</style>
border-color css
<style>
span { border-color: #4894C8; }
span { border-color: rgb(72,148,200); }
td.TdClassName
{
border-color: #4894C8;
}
.TagClassName
{
border-color: #4894C8;
}
</style>