Shades of Summer Sky #4AAAEE
Tints of Summer Sky #4AAAEE
RGB
CMYK
RGB Variations
Color information
#4AAAEE (or 0x4AAAEE) is known color: Summer Sky. HEX triplet: 4A, AA and EE. RGB value is (74,170,238). Sum of RGB (Red+Green+Blue) = 74+170+238=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 170 (66.80% from 255 or 35.27% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #4AAAEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAEE is #B55511. Grayscale: #949494. Windows color (decimal): -11883794 or 15641162. OLE color: 15641162.
HSL color Cylindrical-coordinate representation of color #4AAAEE: hue angle of 204.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAAEE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 170 | 238 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.07 |
| HSL | 204.88º | 0.83% | 0.61% | - |
| HSV(B) | 204.88º | 0.69% | 0.93% | - |
| XYZ | 32.63 | 36.38 | 86.19 | - |
| YUV | 149.05 | 178.2 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 238 | 0.69 | 0.29 | 0 | 0.07 | 204.88 | 0.83 | 0.61 |
| Hex | 4A | AA | EE | 45 | 1D | 0 | 7 | CD | 53 | 3D |
| Octal | 112 | 252 | 356 | 105 | 35 | 0 | 7 | 315 | 123 | 75 |
| Binary | 1001010 | 10101010 | 11101110 | 1000101 | 11101 | 0 | 111 | 11001101 | 1010011 | 111101 |
Color Harmonies of #4AAAEE
Complementary color
Monochromatic Colors of #4AAAEE
Black with #4AAAEE
Text Example
Text Example
White with #4AAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAEE; }
p { color: rgb(74,170,238); }
H1.HeaderClassName
{
color: #4AAAEE;
}
.AnyTagClassName
{
color: #4AAAEE;
}
</style>
background-color css
<style>
a { background-color: #4AAAEE; }
a { background-color: rgb(74,170,238); }
div.DivClassName
{
background-color: #4AAAEE;
}
.BgClassName
{
background-color: #4AAAEE;
}
</style>
border-color css
<style>
span { border-color: #4AAAEE; }
span { border-color: rgb(74,170,238); }
td.TdClassName
{
border-color: #4AAAEE;
}
.TagClassName
{
border-color: #4AAAEE;
}
</style>