Shades of Picton Blue #4AA6DB
Tints of Picton Blue #4AA6DB
RGB
CMYK
RGB Variations
Color information
#4AA6DB (or 0x4AA6DB) is known color: Picton Blue. HEX triplet: 4A, A6 and DB. RGB value is (74,166,219). Sum of RGB (Red+Green+Blue) = 74+166+219=459 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.12% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AA6DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA6DB is #B55924. Grayscale: #909090. Windows color (decimal): -11884837 or 14394954. OLE color: 14394954.
HSL color Cylindrical-coordinate representation of color #4AA6DB: hue angle of 201.93º 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 #4AA6DB is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 166 | 219 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.14 |
| HSL | 201.93º | 0.67% | 0.57% | - |
| HSV(B) | 201.93º | 0.66% | 0.86% | - |
| XYZ | 29.25 | 33.84 | 72.01 | - |
| YUV | 144.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 166 | 219 | 0.66 | 0.24 | 0 | 0.14 | 201.93 | 0.67 | 0.57 |
| Hex | 4A | A6 | DB | 42 | 18 | 0 | E | CA | 43 | 39 |
| Octal | 112 | 246 | 333 | 102 | 30 | 0 | 16 | 312 | 103 | 71 |
| Binary | 1001010 | 10100110 | 11011011 | 1000010 | 11000 | 0 | 1110 | 11001010 | 1000011 | 111001 |
Color Harmonies of #4AA6DB
Complementary color
Monochromatic Colors of #4AA6DB
Black with #4AA6DB
Text Example
Text Example
White with #4AA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA6DB; }
p { color: rgb(74,166,219); }
H1.HeaderClassName
{
color: #4AA6DB;
}
.AnyTagClassName
{
color: #4AA6DB;
}
</style>
background-color css
<style>
a { background-color: #4AA6DB; }
a { background-color: rgb(74,166,219); }
div.DivClassName
{
background-color: #4AA6DB;
}
.BgClassName
{
background-color: #4AA6DB;
}
</style>
border-color css
<style>
span { border-color: #4AA6DB; }
span { border-color: rgb(74,166,219); }
td.TdClassName
{
border-color: #4AA6DB;
}
.TagClassName
{
border-color: #4AA6DB;
}
</style>