Shades of Summer Sky #4AAFE0
Tints of Summer Sky #4AAFE0
RGB
CMYK
RGB Variations
Color information
#4AAFE0 (or 0x4AAFE0) is known color: Summer Sky. HEX triplet: 4A, AF and E0. RGB value is (74,175,224). Sum of RGB (Red+Green+Blue) = 74+175+224=473 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.64% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #4AAFE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFE0 is #B5501F. Grayscale: #969696. Windows color (decimal): -11882528 or 14724938. OLE color: 14724938.
HSL color Cylindrical-coordinate representation of color #4AAFE0: hue angle of 199.6º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AAFE0 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 175 | 224 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.12 |
| HSL | 199.6º | 0.71% | 0.58% | - |
| HSV(B) | 199.6º | 0.67% | 0.88% | - |
| XYZ | 31.61 | 37.5 | 76.09 | - |
| YUV | 150.39 | 169.54 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 224 | 0.67 | 0.22 | 0 | 0.12 | 199.6 | 0.71 | 0.58 |
| Hex | 4A | AF | E0 | 43 | 16 | 0 | C | C8 | 47 | 3A |
| Octal | 112 | 257 | 340 | 103 | 26 | 0 | 14 | 310 | 107 | 72 |
| Binary | 1001010 | 10101111 | 11100000 | 1000011 | 10110 | 0 | 1100 | 11001000 | 1000111 | 111010 |
Color Harmonies of #4AAFE0
Complementary color
Monochromatic Colors of #4AAFE0
Black with #4AAFE0
Text Example
Text Example
White with #4AAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFE0; }
p { color: rgb(74,175,224); }
H1.HeaderClassName
{
color: #4AAFE0;
}
.AnyTagClassName
{
color: #4AAFE0;
}
</style>
background-color css
<style>
a { background-color: #4AAFE0; }
a { background-color: rgb(74,175,224); }
div.DivClassName
{
background-color: #4AAFE0;
}
.BgClassName
{
background-color: #4AAFE0;
}
</style>
border-color css
<style>
span { border-color: #4AAFE0; }
span { border-color: rgb(74,175,224); }
td.TdClassName
{
border-color: #4AAFE0;
}
.TagClassName
{
border-color: #4AAFE0;
}
</style>