Shades of Picton Blue #4894CE
Tints of Picton Blue #4894CE
RGB
CMYK
RGB Variations
Color information
#4894CE (or 0x4894CE) is known color: Picton Blue. HEX triplet: 48, 94 and CE. RGB value is (72,148,206). Sum of RGB (Red+Green+Blue) = 72+148+206=426 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.90% from 426); Green value is 148 (58.20% from 255 or 34.74% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #4894CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4894CE is #B76B31. Grayscale: #838383. Windows color (decimal): -12020530 or 13538376. OLE color: 13538376.
HSL color Cylindrical-coordinate representation of color #4894CE: hue angle of 205.97º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4894CE is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 148 | 206 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.19 |
| HSL | 205.97º | 0.58% | 0.55% | - |
| HSV(B) | 205.97º | 0.65% | 0.81% | - |
| XYZ | 24.4 | 27.01 | 62.32 | - |
| YUV | 131.89 | 169.82 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 148 | 206 | 0.65 | 0.28 | 0 | 0.19 | 205.97 | 0.58 | 0.55 |
| Hex | 48 | 94 | CE | 41 | 1C | 0 | 13 | CE | 3A | 37 |
| Octal | 110 | 224 | 316 | 101 | 34 | 0 | 23 | 316 | 72 | 67 |
| Binary | 1001000 | 10010100 | 11001110 | 1000001 | 11100 | 0 | 10011 | 11001110 | 111010 | 110111 |
Color Harmonies of #4894CE
Complementary color
Monochromatic Colors of #4894CE
Black with #4894CE
Text Example
Text Example
White with #4894CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4894CE; }
p { color: rgb(72,148,206); }
H1.HeaderClassName
{
color: #4894CE;
}
.AnyTagClassName
{
color: #4894CE;
}
</style>
background-color css
<style>
a { background-color: #4894CE; }
a { background-color: rgb(72,148,206); }
div.DivClassName
{
background-color: #4894CE;
}
.BgClassName
{
background-color: #4894CE;
}
</style>
border-color css
<style>
span { border-color: #4894CE; }
span { border-color: rgb(72,148,206); }
td.TdClassName
{
border-color: #4894CE;
}
.TagClassName
{
border-color: #4894CE;
}
</style>