Shades of Summer Sky #4AAEDA
Tints of Summer Sky #4AAEDA
RGB
CMYK
RGB Variations
Color information
#4AAEDA (or 0x4AAEDA) is known color: Summer Sky. HEX triplet: 4A, AE and DA. RGB value is (74,174,218). Sum of RGB (Red+Green+Blue) = 74+174+218=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #4AAEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEDA is #B55125. Grayscale: #949494. Windows color (decimal): -11882790 or 14331466. OLE color: 14331466.
HSL color Cylindrical-coordinate representation of color #4AAEDA: hue angle of 198.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AAEDA is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 174 | 218 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.15 |
| HSL | 198.33º | 0.66% | 0.57% | - |
| HSV(B) | 198.33º | 0.66% | 0.85% | - |
| XYZ | 30.61 | 36.79 | 71.82 | - |
| YUV | 149.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 218 | 0.66 | 0.20 | 0 | 0.15 | 198.33 | 0.66 | 0.57 |
| Hex | 4A | AE | DA | 42 | 14 | 0 | F | C6 | 42 | 39 |
| Octal | 112 | 256 | 332 | 102 | 24 | 0 | 17 | 306 | 102 | 71 |
| Binary | 1001010 | 10101110 | 11011010 | 1000010 | 10100 | 0 | 1111 | 11000110 | 1000010 | 111001 |
Color Harmonies of #4AAEDA
Complementary color
Monochromatic Colors of #4AAEDA
Black with #4AAEDA
Text Example
Text Example
White with #4AAEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEDA; }
p { color: rgb(74,174,218); }
H1.HeaderClassName
{
color: #4AAEDA;
}
.AnyTagClassName
{
color: #4AAEDA;
}
</style>
background-color css
<style>
a { background-color: #4AAEDA; }
a { background-color: rgb(74,174,218); }
div.DivClassName
{
background-color: #4AAEDA;
}
.BgClassName
{
background-color: #4AAEDA;
}
</style>
border-color css
<style>
span { border-color: #4AAEDA; }
span { border-color: rgb(74,174,218); }
td.TdClassName
{
border-color: #4AAEDA;
}
.TagClassName
{
border-color: #4AAEDA;
}
</style>