Shades of Picton Blue #4AA6DC
Tints of Picton Blue #4AA6DC
RGB
CMYK
RGB Variations
Color information
#4AA6DC (or 0x4AA6DC) is known color: Picton Blue. HEX triplet: 4A, A6 and DC. RGB value is (74,166,220). Sum of RGB (Red+Green+Blue) = 74+166+220=460 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.09% from 460); Green value is 166 (65.23% from 255 or 36.09% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AA6DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA6DC is #B55923. Grayscale: #909090. Windows color (decimal): -11884836 or 14460490. OLE color: 14460490.
HSL color Cylindrical-coordinate representation of color #4AA6DC: hue angle of 202.19º 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 #4AA6DC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 166 | 220 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.14 |
| HSL | 202.19º | 0.68% | 0.58% | - |
| HSV(B) | 202.19º | 0.66% | 0.86% | - |
| XYZ | 29.38 | 33.9 | 72.7 | - |
| YUV | 144.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 220 | 0.66 | 0.25 | 0 | 0.14 | 202.19 | 0.68 | 0.58 |
| Hex | 4A | A6 | DC | 42 | 19 | 0 | E | CA | 44 | 3A |
| Octal | 112 | 246 | 334 | 102 | 31 | 0 | 16 | 312 | 104 | 72 |
| Binary | 1001010 | 10100110 | 11011100 | 1000010 | 11001 | 0 | 1110 | 11001010 | 1000100 | 111010 |
Color Harmonies of #4AA6DC
Complementary color
Monochromatic Colors of #4AA6DC
Black with #4AA6DC
Text Example
Text Example
White with #4AA6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA6DC; }
p { color: rgb(74,166,220); }
H1.HeaderClassName
{
color: #4AA6DC;
}
.AnyTagClassName
{
color: #4AA6DC;
}
</style>
background-color css
<style>
a { background-color: #4AA6DC; }
a { background-color: rgb(74,166,220); }
div.DivClassName
{
background-color: #4AA6DC;
}
.BgClassName
{
background-color: #4AA6DC;
}
</style>
border-color css
<style>
span { border-color: #4AA6DC; }
span { border-color: rgb(74,166,220); }
td.TdClassName
{
border-color: #4AA6DC;
}
.TagClassName
{
border-color: #4AA6DC;
}
</style>