Shades of Summer Sky #4AAEDC
Tints of Summer Sky #4AAEDC
RGB
CMYK
RGB Variations
Color information
#4AAEDC (or 0x4AAEDC) is known color: Summer Sky. HEX triplet: 4A, AE and DC. RGB value is (74,174,220). Sum of RGB (Red+Green+Blue) = 74+174+220=468 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.81% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAEDC is #B55123. Grayscale: #959595. Windows color (decimal): -11882788 or 14462538. OLE color: 14462538.
HSL color Cylindrical-coordinate representation of color #4AAEDC: hue angle of 198.9º 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 #4AAEDC is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 174 | 220 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.14 |
| HSL | 198.9º | 0.68% | 0.58% | - |
| HSV(B) | 198.9º | 0.66% | 0.86% | - |
| XYZ | 30.88 | 36.9 | 73.2 | - |
| YUV | 149.34 | 167.87 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 220 | 0.66 | 0.21 | 0 | 0.14 | 198.9 | 0.68 | 0.58 |
| Hex | 4A | AE | DC | 42 | 15 | 0 | E | C7 | 44 | 3A |
| Octal | 112 | 256 | 334 | 102 | 25 | 0 | 16 | 307 | 104 | 72 |
| Binary | 1001010 | 10101110 | 11011100 | 1000010 | 10101 | 0 | 1110 | 11000111 | 1000100 | 111010 |
Color Harmonies of #4AAEDC
Complementary color
Monochromatic Colors of #4AAEDC
Black with #4AAEDC
Text Example
Text Example
White with #4AAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEDC; }
p { color: rgb(74,174,220); }
H1.HeaderClassName
{
color: #4AAEDC;
}
.AnyTagClassName
{
color: #4AAEDC;
}
</style>
background-color css
<style>
a { background-color: #4AAEDC; }
a { background-color: rgb(74,174,220); }
div.DivClassName
{
background-color: #4AAEDC;
}
.BgClassName
{
background-color: #4AAEDC;
}
</style>
border-color css
<style>
span { border-color: #4AAEDC; }
span { border-color: rgb(74,174,220); }
td.TdClassName
{
border-color: #4AAEDC;
}
.TagClassName
{
border-color: #4AAEDC;
}
</style>