Shades of Summer Sky #4AAEF2
Tints of Summer Sky #4AAEF2
RGB
CMYK
RGB Variations
Color information
#4AAEF2 (or 0x4AAEF2) is known color: Summer Sky. HEX triplet: 4A, AE and F2. RGB value is (74,174,242). Sum of RGB (Red+Green+Blue) = 74+174+242=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #4AAEF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAEF2 is #B5510D. Grayscale: #979797. Windows color (decimal): -11882766 or 15904330. OLE color: 15904330.
HSL color Cylindrical-coordinate representation of color #4AAEF2: hue angle of 204.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAEF2 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 174 | 242 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.05 |
| HSL | 204.29º | 0.87% | 0.62% | - |
| HSV(B) | 204.29º | 0.69% | 0.95% | - |
| XYZ | 33.99 | 38.14 | 89.57 | - |
| YUV | 151.85 | 178.87 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 174 | 242 | 0.69 | 0.28 | 0 | 0.05 | 204.29 | 0.87 | 0.62 |
| Hex | 4A | AE | F2 | 45 | 1C | 0 | 5 | CC | 57 | 3E |
| Octal | 112 | 256 | 362 | 105 | 34 | 0 | 5 | 314 | 127 | 76 |
| Binary | 1001010 | 10101110 | 11110010 | 1000101 | 11100 | 0 | 101 | 11001100 | 1010111 | 111110 |
Color Harmonies of #4AAEF2
Complementary color
Monochromatic Colors of #4AAEF2
Black with #4AAEF2
Text Example
Text Example
White with #4AAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAEF2; }
p { color: rgb(74,174,242); }
H1.HeaderClassName
{
color: #4AAEF2;
}
.AnyTagClassName
{
color: #4AAEF2;
}
</style>
background-color css
<style>
a { background-color: #4AAEF2; }
a { background-color: rgb(74,174,242); }
div.DivClassName
{
background-color: #4AAEF2;
}
.BgClassName
{
background-color: #4AAEF2;
}
</style>
border-color css
<style>
span { border-color: #4AAEF2; }
span { border-color: rgb(74,174,242); }
td.TdClassName
{
border-color: #4AAEF2;
}
.TagClassName
{
border-color: #4AAEF2;
}
</style>