Shades of Summer Sky #4AADDE
Tints of Summer Sky #4AADDE
RGB
CMYK
RGB Variations
Color information
#4AADDE (or 0x4AADDE) is known color: Summer Sky. HEX triplet: 4A, AD and DE. RGB value is (74,173,222). Sum of RGB (Red+Green+Blue) = 74+173+222=469 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.78% from 469); Green value is 173 (67.97% from 255 or 36.89% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #4AADDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AADDE is #B55221. Grayscale: #949494. Windows color (decimal): -11883042 or 14593354. OLE color: 14593354.
HSL color Cylindrical-coordinate representation of color #4AADDE: hue angle of 199.86º degrees, saturation: 0.69, 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 #4AADDE is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 173 | 222 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.13 |
| HSL | 199.86º | 0.69% | 0.58% | - |
| HSV(B) | 199.86º | 0.67% | 0.87% | - |
| XYZ | 30.95 | 36.62 | 74.54 | - |
| YUV | 148.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 222 | 0.67 | 0.22 | 0 | 0.13 | 199.86 | 0.69 | 0.58 |
| Hex | 4A | AD | DE | 43 | 16 | 0 | D | C8 | 45 | 3A |
| Octal | 112 | 255 | 336 | 103 | 26 | 0 | 15 | 310 | 105 | 72 |
| Binary | 1001010 | 10101101 | 11011110 | 1000011 | 10110 | 0 | 1101 | 11001000 | 1000101 | 111010 |
Color Harmonies of #4AADDE
Complementary color
Monochromatic Colors of #4AADDE
Black with #4AADDE
Text Example
Text Example
White with #4AADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADDE; }
p { color: rgb(74,173,222); }
H1.HeaderClassName
{
color: #4AADDE;
}
.AnyTagClassName
{
color: #4AADDE;
}
</style>
background-color css
<style>
a { background-color: #4AADDE; }
a { background-color: rgb(74,173,222); }
div.DivClassName
{
background-color: #4AADDE;
}
.BgClassName
{
background-color: #4AADDE;
}
</style>
border-color css
<style>
span { border-color: #4AADDE; }
span { border-color: rgb(74,173,222); }
td.TdClassName
{
border-color: #4AADDE;
}
.TagClassName
{
border-color: #4AADDE;
}
</style>