Shades of Summer Sky #4AADFF
Tints of Summer Sky #4AADFF
RGB
CMYK
RGB Variations
Color information
#4AADFF (or 0x4AADFF) is known color: Summer Sky. HEX triplet: 4A, AD and FF. RGB value is (74,173,255). Sum of RGB (Red+Green+Blue) = 74+173+255=502 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.74% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #4AADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AADFF is #B55200. Grayscale: #989898. Windows color (decimal): -11883009 or 16756042. OLE color: 16756042.
HSL color Cylindrical-coordinate representation of color #4AADFF: hue angle of 207.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4AADFF is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 74 | 173 | 255 | - |
| CMYK | 0.71 | 0.32 | 0 | 0 |
| HSL | 207.18º | 1% | 0.65% | - |
| HSV(B) | 207.18º | 0.71% | 1% | - |
| XYZ | 35.82 | 38.56 | 100.16 | - |
| YUV | 152.75 | 185.7 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 255 | 0.71 | 0.32 | 0 | 0 | 207.18 | 1 | 0.65 |
| Hex | 4A | AD | FF | 47 | 20 | 0 | 0 | CF | 64 | 41 |
| Octal | 112 | 255 | 377 | 107 | 40 | 0 | 0 | 317 | 144 | 101 |
| Binary | 1001010 | 10101101 | 11111111 | 1000111 | 100000 | 0 | 0 | 11001111 | 1100100 | 1000001 |
Color Harmonies of #4AADFF
Complementary color
Monochromatic Colors of #4AADFF
Black with #4AADFF
Text Example
Text Example
White with #4AADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADFF; }
p { color: rgb(74,173,255); }
H1.HeaderClassName
{
color: #4AADFF;
}
.AnyTagClassName
{
color: #4AADFF;
}
</style>
background-color css
<style>
a { background-color: #4AADFF; }
a { background-color: rgb(74,173,255); }
div.DivClassName
{
background-color: #4AADFF;
}
.BgClassName
{
background-color: #4AADFF;
}
</style>
border-color css
<style>
span { border-color: #4AADFF; }
span { border-color: rgb(74,173,255); }
td.TdClassName
{
border-color: #4AADFF;
}
.TagClassName
{
border-color: #4AADFF;
}
</style>