Shades of Summer Sky #4AAADD
Tints of Summer Sky #4AAADD
RGB
CMYK
RGB Variations
Color information
#4AAADD (or 0x4AAADD) is known color: Summer Sky. HEX triplet: 4A, AA and DD. RGB value is (74,170,221). Sum of RGB (Red+Green+Blue) = 74+170+221=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AAADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAADD is #B55522. Grayscale: #929292. Windows color (decimal): -11883811 or 14527050. OLE color: 14527050.
HSL color Cylindrical-coordinate representation of color #4AAADD: hue angle of 200.82º degrees, saturation: 0.68, 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 #4AAADD is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 170 | 221 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.13 |
| HSL | 200.82º | 0.68% | 0.58% | - |
| HSV(B) | 200.82º | 0.67% | 0.87% | - |
| XYZ | 30.25 | 35.43 | 73.65 | - |
| YUV | 147.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 221 | 0.67 | 0.23 | 0 | 0.13 | 200.82 | 0.68 | 0.58 |
| Hex | 4A | AA | DD | 43 | 17 | 0 | D | C9 | 44 | 3A |
| Octal | 112 | 252 | 335 | 103 | 27 | 0 | 15 | 311 | 104 | 72 |
| Binary | 1001010 | 10101010 | 11011101 | 1000011 | 10111 | 0 | 1101 | 11001001 | 1000100 | 111010 |
Color Harmonies of #4AAADD
Complementary color
Monochromatic Colors of #4AAADD
Black with #4AAADD
Text Example
Text Example
White with #4AAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAADD; }
p { color: rgb(74,170,221); }
H1.HeaderClassName
{
color: #4AAADD;
}
.AnyTagClassName
{
color: #4AAADD;
}
</style>
background-color css
<style>
a { background-color: #4AAADD; }
a { background-color: rgb(74,170,221); }
div.DivClassName
{
background-color: #4AAADD;
}
.BgClassName
{
background-color: #4AAADD;
}
</style>
border-color css
<style>
span { border-color: #4AAADD; }
span { border-color: rgb(74,170,221); }
td.TdClassName
{
border-color: #4AAADD;
}
.TagClassName
{
border-color: #4AAADD;
}
</style>