Shades of Summer Sky #4AB4DD
Tints of Summer Sky #4AB4DD
RGB
CMYK
RGB Variations
Color information
#4AB4DD (or 0x4AB4DD) is known color: Summer Sky. HEX triplet: 4A, B4 and DD. RGB value is (74,180,221). Sum of RGB (Red+Green+Blue) = 74+180+221=475 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.58% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #4AB4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4DD is #B54B22. Grayscale: #989898. Windows color (decimal): -11881251 or 14529610. OLE color: 14529610.
HSL color Cylindrical-coordinate representation of color #4AB4DD: hue angle of 196.73º 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 #4AB4DD is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 180 | 221 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.13 |
| HSL | 196.73º | 0.68% | 0.58% | - |
| HSV(B) | 196.73º | 0.67% | 0.87% | - |
| XYZ | 32.2 | 39.32 | 74.3 | - |
| YUV | 152.98 | 166.38 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 221 | 0.67 | 0.19 | 0 | 0.13 | 196.73 | 0.68 | 0.58 |
| Hex | 4A | B4 | DD | 43 | 13 | 0 | D | C5 | 44 | 3A |
| Octal | 112 | 264 | 335 | 103 | 23 | 0 | 15 | 305 | 104 | 72 |
| Binary | 1001010 | 10110100 | 11011101 | 1000011 | 10011 | 0 | 1101 | 11000101 | 1000100 | 111010 |
Color Harmonies of #4AB4DD
Complementary color
Monochromatic Colors of #4AB4DD
Black with #4AB4DD
Text Example
Text Example
White with #4AB4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB4DD; }
p { color: rgb(74,180,221); }
H1.HeaderClassName
{
color: #4AB4DD;
}
.AnyTagClassName
{
color: #4AB4DD;
}
</style>
background-color css
<style>
a { background-color: #4AB4DD; }
a { background-color: rgb(74,180,221); }
div.DivClassName
{
background-color: #4AB4DD;
}
.BgClassName
{
background-color: #4AB4DD;
}
</style>
border-color css
<style>
span { border-color: #4AB4DD; }
span { border-color: rgb(74,180,221); }
td.TdClassName
{
border-color: #4AB4DD;
}
.TagClassName
{
border-color: #4AB4DD;
}
</style>