Shades of Summer Sky #4AAAFD
Tints of Summer Sky #4AAAFD
RGB
CMYK
RGB Variations
Color information
#4AAAFD (or 0x4AAAFD) is known color: Summer Sky. HEX triplet: 4A, AA and FD. RGB value is (74,170,253). Sum of RGB (Red+Green+Blue) = 74+170+253=497 (65% of max value = 765). Red value is 74 (29.30% from 255 or 14.89% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #4AAAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AAAFD is #B55502. Grayscale: #969696. Windows color (decimal): -11883779 or 16624202. OLE color: 16624202.
HSL color Cylindrical-coordinate representation of color #4AAAFD: hue angle of 207.82º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AAAFD is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 170 | 253 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.01 |
| HSL | 207.82º | 0.98% | 0.64% | - |
| HSV(B) | 207.82º | 0.71% | 0.99% | - |
| XYZ | 34.93 | 37.3 | 98.29 | - |
| YUV | 150.76 | 185.7 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 253 | 0.71 | 0.33 | 0 | 0.01 | 207.82 | 0.98 | 0.64 |
| Hex | 4A | AA | FD | 47 | 21 | 0 | 1 | D0 | 62 | 40 |
| Octal | 112 | 252 | 375 | 107 | 41 | 0 | 1 | 320 | 142 | 100 |
| Binary | 1001010 | 10101010 | 11111101 | 1000111 | 100001 | 0 | 1 | 11010000 | 1100010 | 1000000 |
Color Harmonies of #4AAAFD
Complementary color
Monochromatic Colors of #4AAAFD
Black with #4AAAFD
Text Example
Text Example
White with #4AAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAAFD; }
p { color: rgb(74,170,253); }
H1.HeaderClassName
{
color: #4AAAFD;
}
.AnyTagClassName
{
color: #4AAAFD;
}
</style>
background-color css
<style>
a { background-color: #4AAAFD; }
a { background-color: rgb(74,170,253); }
div.DivClassName
{
background-color: #4AAAFD;
}
.BgClassName
{
background-color: #4AAAFD;
}
</style>
border-color css
<style>
span { border-color: #4AAAFD; }
span { border-color: rgb(74,170,253); }
td.TdClassName
{
border-color: #4AAAFD;
}
.TagClassName
{
border-color: #4AAAFD;
}
</style>