Shades of Summer Sky #4AAFDD
Tints of Summer Sky #4AAFDD
RGB
CMYK
RGB Variations
Color information
#4AAFDD (or 0x4AAFDD) is known color: Summer Sky. HEX triplet: 4A, AF and DD. RGB value is (74,175,221). Sum of RGB (Red+Green+Blue) = 74+175+221=470 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.74% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFDD is #B55022. Grayscale: #959595. Windows color (decimal): -11882531 or 14528330. OLE color: 14528330.
HSL color Cylindrical-coordinate representation of color #4AAFDD: hue angle of 198.78º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AAFDD is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 175 | 221 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.13 |
| HSL | 198.78º | 0.68% | 0.58% | - |
| HSV(B) | 198.78º | 0.67% | 0.87% | - |
| XYZ | 31.21 | 37.34 | 73.97 | - |
| YUV | 150.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 221 | 0.67 | 0.21 | 0 | 0.13 | 198.78 | 0.68 | 0.58 |
| Hex | 4A | AF | DD | 43 | 15 | 0 | D | C7 | 44 | 3A |
| Octal | 112 | 257 | 335 | 103 | 25 | 0 | 15 | 307 | 104 | 72 |
| Binary | 1001010 | 10101111 | 11011101 | 1000011 | 10101 | 0 | 1101 | 11000111 | 1000100 | 111010 |
Color Harmonies of #4AAFDD
Complementary color
Monochromatic Colors of #4AAFDD
Black with #4AAFDD
Text Example
Text Example
White with #4AAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFDD; }
p { color: rgb(74,175,221); }
H1.HeaderClassName
{
color: #4AAFDD;
}
.AnyTagClassName
{
color: #4AAFDD;
}
</style>
background-color css
<style>
a { background-color: #4AAFDD; }
a { background-color: rgb(74,175,221); }
div.DivClassName
{
background-color: #4AAFDD;
}
.BgClassName
{
background-color: #4AAFDD;
}
</style>
border-color css
<style>
span { border-color: #4AAFDD; }
span { border-color: rgb(74,175,221); }
td.TdClassName
{
border-color: #4AAFDD;
}
.TagClassName
{
border-color: #4AAFDD;
}
</style>