Shades of Summer Sky #4AA7DD
Tints of Summer Sky #4AA7DD
RGB
CMYK
RGB Variations
Color information
#4AA7DD (or 0x4AA7DD) is known color: Summer Sky. HEX triplet: 4A, A7 and DD. RGB value is (74,167,221). Sum of RGB (Red+Green+Blue) = 74+167+221=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AA7DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AA7DD is #B55822. Grayscale: #919191. Windows color (decimal): -11884579 or 14526282. OLE color: 14526282.
HSL color Cylindrical-coordinate representation of color #4AA7DD: hue angle of 202.04º 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 #4AA7DD is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 167 | 221 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.13 |
| HSL | 202.04º | 0.68% | 0.58% | - |
| HSV(B) | 202.04º | 0.67% | 0.87% | - |
| XYZ | 29.69 | 34.31 | 73.46 | - |
| YUV | 145.35 | 170.69 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 221 | 0.67 | 0.24 | 0 | 0.13 | 202.04 | 0.68 | 0.58 |
| Hex | 4A | A7 | DD | 43 | 18 | 0 | D | CA | 44 | 3A |
| Octal | 112 | 247 | 335 | 103 | 30 | 0 | 15 | 312 | 104 | 72 |
| Binary | 1001010 | 10100111 | 11011101 | 1000011 | 11000 | 0 | 1101 | 11001010 | 1000100 | 111010 |
Color Harmonies of #4AA7DD
Complementary color
Monochromatic Colors of #4AA7DD
Black with #4AA7DD
Text Example
Text Example
White with #4AA7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA7DD; }
p { color: rgb(74,167,221); }
H1.HeaderClassName
{
color: #4AA7DD;
}
.AnyTagClassName
{
color: #4AA7DD;
}
</style>
background-color css
<style>
a { background-color: #4AA7DD; }
a { background-color: rgb(74,167,221); }
div.DivClassName
{
background-color: #4AA7DD;
}
.BgClassName
{
background-color: #4AA7DD;
}
</style>
border-color css
<style>
span { border-color: #4AA7DD; }
span { border-color: rgb(74,167,221); }
td.TdClassName
{
border-color: #4AA7DD;
}
.TagClassName
{
border-color: #4AA7DD;
}
</style>