Shades of Picton Blue #4890D6
Tints of Picton Blue #4890D6
RGB
CMYK
RGB Variations
Color information
#4890D6 (or 0x4890D6) is known color: Picton Blue. HEX triplet: 48, 90 and D6. RGB value is (72,144,214). Sum of RGB (Red+Green+Blue) = 72+144+214=430 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.74% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 214 (83.98% from 255 or 49.77% from 430); Max value from RGB is 214 - color contains mainly: blue. Hex color #4890D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890D6 is #B76F29. Grayscale: #828282. Windows color (decimal): -12021546 or 14061640. OLE color: 14061640.
HSL color Cylindrical-coordinate representation of color #4890D6: hue angle of 209.58º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4890D6 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 72 | 144 | 214 | - |
| CMYK | 0.66 | 0.33 | 0 | 0.16 |
| HSL | 209.58º | 0.63% | 0.56% | - |
| HSV(B) | 209.58º | 0.66% | 0.84% | - |
| XYZ | 24.78 | 26.18 | 67.37 | - |
| YUV | 130.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 214 | 0.66 | 0.33 | 0 | 0.16 | 209.58 | 0.63 | 0.56 |
| Hex | 48 | 90 | D6 | 42 | 21 | 0 | 10 | D2 | 3F | 38 |
| Octal | 110 | 220 | 326 | 102 | 41 | 0 | 20 | 322 | 77 | 70 |
| Binary | 1001000 | 10010000 | 11010110 | 1000010 | 100001 | 0 | 10000 | 11010010 | 111111 | 111000 |
Color Harmonies of #4890D6
Complementary color
Monochromatic Colors of #4890D6
Black with #4890D6
Text Example
Text Example
White with #4890D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4890D6; }
p { color: rgb(72,144,214); }
H1.HeaderClassName
{
color: #4890D6;
}
.AnyTagClassName
{
color: #4890D6;
}
</style>
background-color css
<style>
a { background-color: #4890D6; }
a { background-color: rgb(72,144,214); }
div.DivClassName
{
background-color: #4890D6;
}
.BgClassName
{
background-color: #4890D6;
}
</style>
border-color css
<style>
span { border-color: #4890D6; }
span { border-color: rgb(72,144,214); }
td.TdClassName
{
border-color: #4890D6;
}
.TagClassName
{
border-color: #4890D6;
}
</style>