Shades of Picton Blue #4A9ADE
Tints of Picton Blue #4A9ADE
RGB
CMYK
RGB Variations
Color information
#4A9ADE (or 0x4A9ADE) is known color: Picton Blue. HEX triplet: 4A, 9A and DE. RGB value is (74,154,222). Sum of RGB (Red+Green+Blue) = 74+154+222=450 (59% of max value = 765). Red value is 74 (29.30% from 255 or 16.44% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A9ADE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A9ADE is #B56521. Grayscale: #898989. Windows color (decimal): -11887906 or 14588490. OLE color: 14588490.
HSL color Cylindrical-coordinate representation of color #4A9ADE: hue angle of 207.57º 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 #4A9ADE is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 154 | 222 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.13 |
| HSL | 207.57º | 0.69% | 0.58% | - |
| HSV(B) | 207.57º | 0.67% | 0.87% | - |
| XYZ | 27.56 | 29.84 | 73.41 | - |
| YUV | 137.83 | 175.5 | 82.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 222 | 0.67 | 0.31 | 0 | 0.13 | 207.57 | 0.69 | 0.58 |
| Hex | 4A | 9A | DE | 43 | 1F | 0 | D | D0 | 45 | 3A |
| Octal | 112 | 232 | 336 | 103 | 37 | 0 | 15 | 320 | 105 | 72 |
| Binary | 1001010 | 10011010 | 11011110 | 1000011 | 11111 | 0 | 1101 | 11010000 | 1000101 | 111010 |
Color Harmonies of #4A9ADE
Complementary color
Monochromatic Colors of #4A9ADE
Black with #4A9ADE
Text Example
Text Example
White with #4A9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9ADE; }
p { color: rgb(74,154,222); }
H1.HeaderClassName
{
color: #4A9ADE;
}
.AnyTagClassName
{
color: #4A9ADE;
}
</style>
background-color css
<style>
a { background-color: #4A9ADE; }
a { background-color: rgb(74,154,222); }
div.DivClassName
{
background-color: #4A9ADE;
}
.BgClassName
{
background-color: #4A9ADE;
}
</style>
border-color css
<style>
span { border-color: #4A9ADE; }
span { border-color: rgb(74,154,222); }
td.TdClassName
{
border-color: #4A9ADE;
}
.TagClassName
{
border-color: #4A9ADE;
}
</style>