Shades of Summer Sky #4AAFDF
Tints of Summer Sky #4AAFDF
RGB
CMYK
RGB Variations
Color information
#4AAFDF (or 0x4AAFDF) is known color: Summer Sky. HEX triplet: 4A, AF and DF. RGB value is (74,175,223). Sum of RGB (Red+Green+Blue) = 74+175+223=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AAFDF is #B55020. Grayscale: #959595. Windows color (decimal): -11882529 or 14659402. OLE color: 14659402.
HSL color Cylindrical-coordinate representation of color #4AAFDF: hue angle of 199.33º degrees, saturation: 0.7, 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 #4AAFDF is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 175 | 223 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.13 |
| HSL | 199.33º | 0.7% | 0.58% | - |
| HSV(B) | 199.33º | 0.67% | 0.87% | - |
| XYZ | 31.47 | 37.44 | 75.38 | - |
| YUV | 150.27 | 169.04 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 223 | 0.67 | 0.22 | 0 | 0.13 | 199.33 | 0.7 | 0.58 |
| Hex | 4A | AF | DF | 43 | 16 | 0 | D | C7 | 46 | 3A |
| Octal | 112 | 257 | 337 | 103 | 26 | 0 | 15 | 307 | 106 | 72 |
| Binary | 1001010 | 10101111 | 11011111 | 1000011 | 10110 | 0 | 1101 | 11000111 | 1000110 | 111010 |
Color Harmonies of #4AAFDF
Complementary color
Monochromatic Colors of #4AAFDF
Black with #4AAFDF
Text Example
Text Example
White with #4AAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAFDF; }
p { color: rgb(74,175,223); }
H1.HeaderClassName
{
color: #4AAFDF;
}
.AnyTagClassName
{
color: #4AAFDF;
}
</style>
background-color css
<style>
a { background-color: #4AAFDF; }
a { background-color: rgb(74,175,223); }
div.DivClassName
{
background-color: #4AAFDF;
}
.BgClassName
{
background-color: #4AAFDF;
}
</style>
border-color css
<style>
span { border-color: #4AAFDF; }
span { border-color: rgb(74,175,223); }
td.TdClassName
{
border-color: #4AAFDF;
}
.TagClassName
{
border-color: #4AAFDF;
}
</style>