Shades of Picton Blue #4AA4DF
Tints of Picton Blue #4AA4DF
RGB
CMYK
RGB Variations
Color information
#4AA4DF (or 0x4AA4DF) is known color: Picton Blue. HEX triplet: 4A, A4 and DF. RGB value is (74,164,223). Sum of RGB (Red+Green+Blue) = 74+164+223=461 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.05% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AA4DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA4DF is #B55B20. Grayscale: #8F8F8F. Windows color (decimal): -11885345 or 14656586. OLE color: 14656586.
HSL color Cylindrical-coordinate representation of color #4AA4DF: hue angle of 203.76º degrees, saturation: 0.7, 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 #4AA4DF is Cyan = 0.67, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 164 | 223 | - |
| CMYK | 0.67 | 0.26 | 0 | 0.13 |
| HSL | 203.76º | 0.7% | 0.58% | - |
| HSV(B) | 203.76º | 0.67% | 0.87% | - |
| XYZ | 29.42 | 33.33 | 74.7 | - |
| YUV | 143.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 164 | 223 | 0.67 | 0.26 | 0 | 0.13 | 203.76 | 0.7 | 0.58 |
| Hex | 4A | A4 | DF | 43 | 1A | 0 | D | CC | 46 | 3A |
| Octal | 112 | 244 | 337 | 103 | 32 | 0 | 15 | 314 | 106 | 72 |
| Binary | 1001010 | 10100100 | 11011111 | 1000011 | 11010 | 0 | 1101 | 11001100 | 1000110 | 111010 |
Color Harmonies of #4AA4DF
Complementary color
Monochromatic Colors of #4AA4DF
Black with #4AA4DF
Text Example
Text Example
White with #4AA4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA4DF; }
p { color: rgb(74,164,223); }
H1.HeaderClassName
{
color: #4AA4DF;
}
.AnyTagClassName
{
color: #4AA4DF;
}
</style>
background-color css
<style>
a { background-color: #4AA4DF; }
a { background-color: rgb(74,164,223); }
div.DivClassName
{
background-color: #4AA4DF;
}
.BgClassName
{
background-color: #4AA4DF;
}
</style>
border-color css
<style>
span { border-color: #4AA4DF; }
span { border-color: rgb(74,164,223); }
td.TdClassName
{
border-color: #4AA4DF;
}
.TagClassName
{
border-color: #4AA4DF;
}
</style>