Shades of Picton Blue #4892DC
Tints of Picton Blue #4892DC
RGB
CMYK
RGB Variations
Color information
#4892DC (or 0x4892DC) is known color: Picton Blue. HEX triplet: 48, 92 and DC. RGB value is (72,146,220). Sum of RGB (Red+Green+Blue) = 72+146+220=438 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.44% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #4892DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4892DC is #B76D23. Grayscale: #838383. Windows color (decimal): -12021028 or 14455368. OLE color: 14455368.
HSL color Cylindrical-coordinate representation of color #4892DC: hue angle of 210º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4892DC is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 72 | 146 | 220 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.14 |
| HSL | 210º | 0.68% | 0.57% | - |
| HSV(B) | 210º | 0.67% | 0.86% | - |
| XYZ | 25.87 | 27.1 | 71.58 | - |
| YUV | 132.31 | 177.48 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 146 | 220 | 0.67 | 0.34 | 0 | 0.14 | 210 | 0.68 | 0.57 |
| Hex | 48 | 92 | DC | 43 | 22 | 0 | E | D2 | 44 | 39 |
| Octal | 110 | 222 | 334 | 103 | 42 | 0 | 16 | 322 | 104 | 71 |
| Binary | 1001000 | 10010010 | 11011100 | 1000011 | 100010 | 0 | 1110 | 11010010 | 1000100 | 111001 |
Color Harmonies of #4892DC
Complementary color
Monochromatic Colors of #4892DC
Black with #4892DC
Text Example
Text Example
White with #4892DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4892DC; }
p { color: rgb(72,146,220); }
H1.HeaderClassName
{
color: #4892DC;
}
.AnyTagClassName
{
color: #4892DC;
}
</style>
background-color css
<style>
a { background-color: #4892DC; }
a { background-color: rgb(72,146,220); }
div.DivClassName
{
background-color: #4892DC;
}
.BgClassName
{
background-color: #4892DC;
}
</style>
border-color css
<style>
span { border-color: #4892DC; }
span { border-color: rgb(72,146,220); }
td.TdClassName
{
border-color: #4892DC;
}
.TagClassName
{
border-color: #4892DC;
}
</style>