Shades of Picton Blue #4AA1DA
Tints of Picton Blue #4AA1DA
RGB
CMYK
RGB Variations
Color information
#4AA1DA (or 0x4AA1DA) is known color: Picton Blue. HEX triplet: 4A, A1 and DA. RGB value is (74,161,218). Sum of RGB (Red+Green+Blue) = 74+161+218=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AA1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA1DA is #B55E25. Grayscale: #8D8D8D. Windows color (decimal): -11886118 or 14328138. OLE color: 14328138.
HSL color Cylindrical-coordinate representation of color #4AA1DA: hue angle of 203.75º degrees, saturation: 0.66, 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 #4AA1DA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 161 | 218 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.15 |
| HSL | 203.75º | 0.66% | 0.57% | - |
| HSV(B) | 203.75º | 0.66% | 0.85% | - |
| XYZ | 28.22 | 32.01 | 71.02 | - |
| YUV | 141.49 | 171.18 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 161 | 218 | 0.66 | 0.26 | 0 | 0.15 | 203.75 | 0.66 | 0.57 |
| Hex | 4A | A1 | DA | 42 | 1A | 0 | F | CC | 42 | 39 |
| Octal | 112 | 241 | 332 | 102 | 32 | 0 | 17 | 314 | 102 | 71 |
| Binary | 1001010 | 10100001 | 11011010 | 1000010 | 11010 | 0 | 1111 | 11001100 | 1000010 | 111001 |
Color Harmonies of #4AA1DA
Complementary color
Monochromatic Colors of #4AA1DA
Black with #4AA1DA
Text Example
Text Example
White with #4AA1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA1DA; }
p { color: rgb(74,161,218); }
H1.HeaderClassName
{
color: #4AA1DA;
}
.AnyTagClassName
{
color: #4AA1DA;
}
</style>
background-color css
<style>
a { background-color: #4AA1DA; }
a { background-color: rgb(74,161,218); }
div.DivClassName
{
background-color: #4AA1DA;
}
.BgClassName
{
background-color: #4AA1DA;
}
</style>
border-color css
<style>
span { border-color: #4AA1DA; }
span { border-color: rgb(74,161,218); }
td.TdClassName
{
border-color: #4AA1DA;
}
.TagClassName
{
border-color: #4AA1DA;
}
</style>