Shades of Summer Sky #4AADF3
Tints of Summer Sky #4AADF3
RGB
CMYK
RGB Variations
Color information
#4AADF3 (or 0x4AADF3) is known color: Summer Sky. HEX triplet: 4A, AD and F3. RGB value is (74,173,243). Sum of RGB (Red+Green+Blue) = 74+173+243=490 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.10% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 243 (95.31% from 255 or 49.59% from 490); Max value from RGB is 243 - color contains mainly: blue. Hex color #4AADF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AADF3 is #B5520C. Grayscale: #979797. Windows color (decimal): -11883021 or 15969610. OLE color: 15969610.
HSL color Cylindrical-coordinate representation of color #4AADF3: hue angle of 204.85º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AADF3 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 173 | 243 | - |
| CMYK | 0.70 | 0.29 | 0 | 0.05 |
| HSL | 204.85º | 0.88% | 0.62% | - |
| HSV(B) | 204.85º | 0.7% | 0.95% | - |
| XYZ | 33.95 | 37.81 | 90.3 | - |
| YUV | 151.38 | 179.7 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 173 | 243 | 0.70 | 0.29 | 0 | 0.05 | 204.85 | 0.88 | 0.62 |
| Hex | 4A | AD | F3 | 46 | 1D | 0 | 5 | CD | 58 | 3E |
| Octal | 112 | 255 | 363 | 106 | 35 | 0 | 5 | 315 | 130 | 76 |
| Binary | 1001010 | 10101101 | 11110011 | 1000110 | 11101 | 0 | 101 | 11001101 | 1011000 | 111110 |
Color Harmonies of #4AADF3
Complementary color
Monochromatic Colors of #4AADF3
Black with #4AADF3
Text Example
Text Example
White with #4AADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AADF3; }
p { color: rgb(74,173,243); }
H1.HeaderClassName
{
color: #4AADF3;
}
.AnyTagClassName
{
color: #4AADF3;
}
</style>
background-color css
<style>
a { background-color: #4AADF3; }
a { background-color: rgb(74,173,243); }
div.DivClassName
{
background-color: #4AADF3;
}
.BgClassName
{
background-color: #4AADF3;
}
</style>
border-color css
<style>
span { border-color: #4AADF3; }
span { border-color: rgb(74,173,243); }
td.TdClassName
{
border-color: #4AADF3;
}
.TagClassName
{
border-color: #4AADF3;
}
</style>