Shades of Summer Sky #4AAADC
Tints of Summer Sky #4AAADC
RGB
CMYK
RGB Variations
Color information
#4AAADC (or 0x4AAADC) is known color: Summer Sky. HEX triplet: 4A, AA and DC. RGB value is (74,170,220). Sum of RGB (Red+Green+Blue) = 74+170+220=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAADC is #B55523. Grayscale: #929292. Windows color (decimal): -11883812 or 14461514. OLE color: 14461514.
HSL color Cylindrical-coordinate representation of color #4AAADC: hue angle of 200.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAADC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 170 | 220 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.14 |
| HSL | 200.55º | 0.68% | 0.58% | - |
| HSV(B) | 200.55º | 0.66% | 0.86% | - |
| XYZ | 30.12 | 35.37 | 72.95 | - |
| YUV | 147 | 169.2 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 220 | 0.66 | 0.23 | 0 | 0.14 | 200.55 | 0.68 | 0.58 |
| Hex | 4A | AA | DC | 42 | 17 | 0 | E | C9 | 44 | 3A |
| Octal | 112 | 252 | 334 | 102 | 27 | 0 | 16 | 311 | 104 | 72 |
| Binary | 1001010 | 10101010 | 11011100 | 1000010 | 10111 | 0 | 1110 | 11001001 | 1000100 | 111010 |
Color Harmonies of #4AAADC
Complementary color
Monochromatic Colors of #4AAADC
Black with #4AAADC
Text Example
Text Example
White with #4AAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAADC; }
p { color: rgb(74,170,220); }
H1.HeaderClassName
{
color: #4AAADC;
}
.AnyTagClassName
{
color: #4AAADC;
}
</style>
background-color css
<style>
a { background-color: #4AAADC; }
a { background-color: rgb(74,170,220); }
div.DivClassName
{
background-color: #4AAADC;
}
.BgClassName
{
background-color: #4AAADC;
}
</style>
border-color css
<style>
span { border-color: #4AAADC; }
span { border-color: rgb(74,170,220); }
td.TdClassName
{
border-color: #4AAADC;
}
.TagClassName
{
border-color: #4AAADC;
}
</style>