Shades of Summer Sky #4AAADB
Tints of Summer Sky #4AAADB
RGB
CMYK
RGB Variations
Color information
#4AAADB (or 0x4AAADB) is known color: Summer Sky. HEX triplet: 4A, AA and DB. RGB value is (74,170,219). Sum of RGB (Red+Green+Blue) = 74+170+219=463 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.98% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAADB is #B55524. Grayscale: #929292. Windows color (decimal): -11883813 or 14395978. OLE color: 14395978.
HSL color Cylindrical-coordinate representation of color #4AAADB: hue angle of 200.28º 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 #4AAADB is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 170 | 219 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.14 |
| HSL | 200.28º | 0.67% | 0.57% | - |
| HSV(B) | 200.28º | 0.66% | 0.86% | - |
| XYZ | 29.98 | 35.32 | 72.25 | - |
| YUV | 146.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 219 | 0.66 | 0.22 | 0 | 0.14 | 200.28 | 0.67 | 0.57 |
| Hex | 4A | AA | DB | 42 | 16 | 0 | E | C8 | 43 | 39 |
| Octal | 112 | 252 | 333 | 102 | 26 | 0 | 16 | 310 | 103 | 71 |
| Binary | 1001010 | 10101010 | 11011011 | 1000010 | 10110 | 0 | 1110 | 11001000 | 1000011 | 111001 |
Color Harmonies of #4AAADB
Complementary color
Monochromatic Colors of #4AAADB
Black with #4AAADB
Text Example
Text Example
White with #4AAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAADB; }
p { color: rgb(74,170,219); }
H1.HeaderClassName
{
color: #4AAADB;
}
.AnyTagClassName
{
color: #4AAADB;
}
</style>
background-color css
<style>
a { background-color: #4AAADB; }
a { background-color: rgb(74,170,219); }
div.DivClassName
{
background-color: #4AAADB;
}
.BgClassName
{
background-color: #4AAADB;
}
</style>
border-color css
<style>
span { border-color: #4AAADB; }
span { border-color: rgb(74,170,219); }
td.TdClassName
{
border-color: #4AAADB;
}
.TagClassName
{
border-color: #4AAADB;
}
</style>