Shades of Picton Blue #4A90DE
Tints of Picton Blue #4A90DE
RGB
CMYK
RGB Variations
Color information
#4A90DE (or 0x4A90DE) is known color: Picton Blue. HEX triplet: 4A, 90 and DE. RGB value is (74,144,222). Sum of RGB (Red+Green+Blue) = 74+144+222=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 144 (56.64% from 255 or 32.73% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A90DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A90DE is #B56F21. Grayscale: #838383. Windows color (decimal): -11890466 or 14585930. OLE color: 14585930.
HSL color Cylindrical-coordinate representation of color #4A90DE: hue angle of 211.62º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A90DE is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 144 | 222 | - |
| CMYK | 0.67 | 0.35 | 0 | 0.13 |
| HSL | 211.62º | 0.69% | 0.58% | - |
| HSV(B) | 211.62º | 0.67% | 0.87% | - |
| XYZ | 25.98 | 26.68 | 72.89 | - |
| YUV | 131.96 | 178.81 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 144 | 222 | 0.67 | 0.35 | 0 | 0.13 | 211.62 | 0.69 | 0.58 |
| Hex | 4A | 90 | DE | 43 | 23 | 0 | D | D4 | 45 | 3A |
| Octal | 112 | 220 | 336 | 103 | 43 | 0 | 15 | 324 | 105 | 72 |
| Binary | 1001010 | 10010000 | 11011110 | 1000011 | 100011 | 0 | 1101 | 11010100 | 1000101 | 111010 |
Color Harmonies of #4A90DE
Complementary color
Monochromatic Colors of #4A90DE
Black with #4A90DE
Text Example
Text Example
White with #4A90DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A90DE; }
p { color: rgb(74,144,222); }
H1.HeaderClassName
{
color: #4A90DE;
}
.AnyTagClassName
{
color: #4A90DE;
}
</style>
background-color css
<style>
a { background-color: #4A90DE; }
a { background-color: rgb(74,144,222); }
div.DivClassName
{
background-color: #4A90DE;
}
.BgClassName
{
background-color: #4A90DE;
}
</style>
border-color css
<style>
span { border-color: #4A90DE; }
span { border-color: rgb(74,144,222); }
td.TdClassName
{
border-color: #4A90DE;
}
.TagClassName
{
border-color: #4A90DE;
}
</style>