Shades of Picton Blue #4AA0DB
Tints of Picton Blue #4AA0DB
RGB
CMYK
RGB Variations
Color information
#4AA0DB (or 0x4AA0DB) is known color: Picton Blue. HEX triplet: 4A, A0 and DB. RGB value is (74,160,219). Sum of RGB (Red+Green+Blue) = 74+160+219=453 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.34% from 453); Green value is 160 (62.89% from 255 or 35.32% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AA0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA0DB is #B55F24. Grayscale: #8C8C8C. Windows color (decimal): -11886373 or 14393418. OLE color: 14393418.
HSL color Cylindrical-coordinate representation of color #4AA0DB: hue angle of 204.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AA0DB is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 160 | 219 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.14 |
| HSL | 204.41º | 0.67% | 0.57% | - |
| HSV(B) | 204.41º | 0.66% | 0.86% | - |
| XYZ | 28.18 | 31.71 | 71.65 | - |
| YUV | 141.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 219 | 0.66 | 0.27 | 0 | 0.14 | 204.41 | 0.67 | 0.57 |
| Hex | 4A | A0 | DB | 42 | 1B | 0 | E | CC | 43 | 39 |
| Octal | 112 | 240 | 333 | 102 | 33 | 0 | 16 | 314 | 103 | 71 |
| Binary | 1001010 | 10100000 | 11011011 | 1000010 | 11011 | 0 | 1110 | 11001100 | 1000011 | 111001 |
Color Harmonies of #4AA0DB
Complementary color
Monochromatic Colors of #4AA0DB
Black with #4AA0DB
Text Example
Text Example
White with #4AA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA0DB; }
p { color: rgb(74,160,219); }
H1.HeaderClassName
{
color: #4AA0DB;
}
.AnyTagClassName
{
color: #4AA0DB;
}
</style>
background-color css
<style>
a { background-color: #4AA0DB; }
a { background-color: rgb(74,160,219); }
div.DivClassName
{
background-color: #4AA0DB;
}
.BgClassName
{
background-color: #4AA0DB;
}
</style>
border-color css
<style>
span { border-color: #4AA0DB; }
span { border-color: rgb(74,160,219); }
td.TdClassName
{
border-color: #4AA0DB;
}
.TagClassName
{
border-color: #4AA0DB;
}
</style>