Shades of Picton Blue #4A90DA
Tints of Picton Blue #4A90DA
RGB
CMYK
RGB Variations
Color information
#4A90DA (or 0x4A90DA) is known color: Picton Blue. HEX triplet: 4A, 90 and DA. RGB value is (74,144,218). Sum of RGB (Red+Green+Blue) = 74+144+218=436 (57% of max value = 765). Red value is 74 (29.30% from 255 or 16.97% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A90DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A90DA is #B56F25. Grayscale: #838383. Windows color (decimal): -11890470 or 14323786. OLE color: 14323786.
HSL color Cylindrical-coordinate representation of color #4A90DA: hue angle of 210.83º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A90DA is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 144 | 218 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.15 |
| HSL | 210.83º | 0.66% | 0.57% | - |
| HSV(B) | 210.83º | 0.66% | 0.85% | - |
| XYZ | 25.45 | 26.46 | 70.1 | - |
| YUV | 131.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 218 | 0.66 | 0.34 | 0 | 0.15 | 210.83 | 0.66 | 0.57 |
| Hex | 4A | 90 | DA | 42 | 22 | 0 | F | D3 | 42 | 39 |
| Octal | 112 | 220 | 332 | 102 | 42 | 0 | 17 | 323 | 102 | 71 |
| Binary | 1001010 | 10010000 | 11011010 | 1000010 | 100010 | 0 | 1111 | 11010011 | 1000010 | 111001 |
Color Harmonies of #4A90DA
Complementary color
Monochromatic Colors of #4A90DA
Black with #4A90DA
Text Example
Text Example
White with #4A90DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90DA; }
p { color: rgb(74,144,218); }
H1.HeaderClassName
{
color: #4A90DA;
}
.AnyTagClassName
{
color: #4A90DA;
}
</style>
background-color css
<style>
a { background-color: #4A90DA; }
a { background-color: rgb(74,144,218); }
div.DivClassName
{
background-color: #4A90DA;
}
.BgClassName
{
background-color: #4A90DA;
}
</style>
border-color css
<style>
span { border-color: #4A90DA; }
span { border-color: rgb(74,144,218); }
td.TdClassName
{
border-color: #4A90DA;
}
.TagClassName
{
border-color: #4A90DA;
}
</style>