Shades of Picton Blue #4AA4D9
Tints of Picton Blue #4AA4D9
RGB
CMYK
RGB Variations
Color information
#4AA4D9 (or 0x4AA4D9) is known color: Picton Blue. HEX triplet: 4A, A4 and D9. RGB value is (74,164,217). Sum of RGB (Red+Green+Blue) = 74+164+217=455 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.26% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #4AA4D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA4D9 is #B55B26. Grayscale: #8E8E8E. Windows color (decimal): -11885351 or 14263370. OLE color: 14263370.
HSL color Cylindrical-coordinate representation of color #4AA4D9: hue angle of 202.24º degrees, saturation: 0.65, 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 #4AA4D9 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 164 | 217 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.15 |
| HSL | 202.24º | 0.65% | 0.57% | - |
| HSV(B) | 202.24º | 0.66% | 0.85% | - |
| XYZ | 28.62 | 33.02 | 70.51 | - |
| YUV | 143.13 | 169.68 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 217 | 0.66 | 0.24 | 0 | 0.15 | 202.24 | 0.65 | 0.57 |
| Hex | 4A | A4 | D9 | 42 | 18 | 0 | F | CA | 41 | 39 |
| Octal | 112 | 244 | 331 | 102 | 30 | 0 | 17 | 312 | 101 | 71 |
| Binary | 1001010 | 10100100 | 11011001 | 1000010 | 11000 | 0 | 1111 | 11001010 | 1000001 | 111001 |
Color Harmonies of #4AA4D9
Complementary color
Monochromatic Colors of #4AA4D9
Black with #4AA4D9
Text Example
Text Example
White with #4AA4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA4D9; }
p { color: rgb(74,164,217); }
H1.HeaderClassName
{
color: #4AA4D9;
}
.AnyTagClassName
{
color: #4AA4D9;
}
</style>
background-color css
<style>
a { background-color: #4AA4D9; }
a { background-color: rgb(74,164,217); }
div.DivClassName
{
background-color: #4AA4D9;
}
.BgClassName
{
background-color: #4AA4D9;
}
</style>
border-color css
<style>
span { border-color: #4AA4D9; }
span { border-color: rgb(74,164,217); }
td.TdClassName
{
border-color: #4AA4D9;
}
.TagClassName
{
border-color: #4AA4D9;
}
</style>