Shades of Summer Sky #4AADFC
Tints of Summer Sky #4AADFC
RGB
CMYK
RGB Variations
Color information
#4AADFC (or 0x4AADFC) is known color: Summer Sky. HEX triplet: 4A, AD and FC. RGB value is (74,173,252). Sum of RGB (Red+Green+Blue) = 74+173+252=499 (66% of max value = 765). Red value is 74 (29.30% from 255 or 14.83% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #4AADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AADFC is #B55203. Grayscale: #979797. Windows color (decimal): -11883012 or 16559434. OLE color: 16559434.
HSL color Cylindrical-coordinate representation of color #4AADFC: hue angle of 206.63º degrees, saturation: 0.97, 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 #4AADFC is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 74 | 173 | 252 | - |
| CMYK | 0.71 | 0.31 | 0 | 0.01 |
| HSL | 206.63º | 0.97% | 0.64% | - |
| HSV(B) | 206.63º | 0.71% | 0.99% | - |
| XYZ | 35.34 | 38.37 | 97.64 | - |
| YUV | 152.41 | 184.2 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 252 | 0.71 | 0.31 | 0 | 0.01 | 206.63 | 0.97 | 0.64 |
| Hex | 4A | AD | FC | 47 | 1F | 0 | 1 | CF | 61 | 40 |
| Octal | 112 | 255 | 374 | 107 | 37 | 0 | 1 | 317 | 141 | 100 |
| Binary | 1001010 | 10101101 | 11111100 | 1000111 | 11111 | 0 | 1 | 11001111 | 1100001 | 1000000 |
Color Harmonies of #4AADFC
Complementary color
Monochromatic Colors of #4AADFC
Black with #4AADFC
Text Example
Text Example
White with #4AADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADFC; }
p { color: rgb(74,173,252); }
H1.HeaderClassName
{
color: #4AADFC;
}
.AnyTagClassName
{
color: #4AADFC;
}
</style>
background-color css
<style>
a { background-color: #4AADFC; }
a { background-color: rgb(74,173,252); }
div.DivClassName
{
background-color: #4AADFC;
}
.BgClassName
{
background-color: #4AADFC;
}
</style>
border-color css
<style>
span { border-color: #4AADFC; }
span { border-color: rgb(74,173,252); }
td.TdClassName
{
border-color: #4AADFC;
}
.TagClassName
{
border-color: #4AADFC;
}
</style>