Shades of Picton Blue #4A90DC
Tints of Picton Blue #4A90DC
RGB
CMYK
RGB Variations
Color information
#4A90DC (or 0x4A90DC) is known color: Picton Blue. HEX triplet: 4A, 90 and DC. RGB value is (74,144,220). Sum of RGB (Red+Green+Blue) = 74+144+220=438 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.89% from 438); Green value is 144 (56.64% from 255 or 32.88% 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 #4A90DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A90DC is #B56F23. Grayscale: #838383. Windows color (decimal): -11890468 or 14454858. OLE color: 14454858.
HSL color Cylindrical-coordinate representation of color #4A90DC: hue angle of 211.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A90DC is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 144 | 220 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.14 |
| HSL | 211.23º | 0.68% | 0.58% | - |
| HSV(B) | 211.23º | 0.66% | 0.86% | - |
| XYZ | 25.72 | 26.57 | 71.48 | - |
| YUV | 131.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 220 | 0.66 | 0.35 | 0 | 0.14 | 211.23 | 0.68 | 0.58 |
| Hex | 4A | 90 | DC | 42 | 23 | 0 | E | D3 | 44 | 3A |
| Octal | 112 | 220 | 334 | 102 | 43 | 0 | 16 | 323 | 104 | 72 |
| Binary | 1001010 | 10010000 | 11011100 | 1000010 | 100011 | 0 | 1110 | 11010011 | 1000100 | 111010 |
Color Harmonies of #4A90DC
Complementary color
Monochromatic Colors of #4A90DC
Black with #4A90DC
Text Example
Text Example
White with #4A90DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90DC; }
p { color: rgb(74,144,220); }
H1.HeaderClassName
{
color: #4A90DC;
}
.AnyTagClassName
{
color: #4A90DC;
}
</style>
background-color css
<style>
a { background-color: #4A90DC; }
a { background-color: rgb(74,144,220); }
div.DivClassName
{
background-color: #4A90DC;
}
.BgClassName
{
background-color: #4A90DC;
}
</style>
border-color css
<style>
span { border-color: #4A90DC; }
span { border-color: rgb(74,144,220); }
td.TdClassName
{
border-color: #4A90DC;
}
.TagClassName
{
border-color: #4A90DC;
}
</style>