Shades of Summer Sky #4AACDC
Tints of Summer Sky #4AACDC
RGB
CMYK
RGB Variations
Color information
#4AACDC (or 0x4AACDC) is known color: Summer Sky. HEX triplet: 4A, AC and DC. RGB value is (74,172,220). Sum of RGB (Red+Green+Blue) = 74+172+220=466 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.88% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AACDC is #B55323. Grayscale: #939393. Windows color (decimal): -11883300 or 14462026. OLE color: 14462026.
HSL color Cylindrical-coordinate representation of color #4AACDC: hue angle of 199.73º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AACDC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 172 | 220 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.14 |
| HSL | 199.73º | 0.68% | 0.58% | - |
| HSV(B) | 199.73º | 0.66% | 0.86% | - |
| XYZ | 30.49 | 36.13 | 73.08 | - |
| YUV | 148.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 220 | 0.66 | 0.22 | 0 | 0.14 | 199.73 | 0.68 | 0.58 |
| Hex | 4A | AC | DC | 42 | 16 | 0 | E | C8 | 44 | 3A |
| Octal | 112 | 254 | 334 | 102 | 26 | 0 | 16 | 310 | 104 | 72 |
| Binary | 1001010 | 10101100 | 11011100 | 1000010 | 10110 | 0 | 1110 | 11001000 | 1000100 | 111010 |
Color Harmonies of #4AACDC
Complementary color
Monochromatic Colors of #4AACDC
Black with #4AACDC
Text Example
Text Example
White with #4AACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AACDC; }
p { color: rgb(74,172,220); }
H1.HeaderClassName
{
color: #4AACDC;
}
.AnyTagClassName
{
color: #4AACDC;
}
</style>
background-color css
<style>
a { background-color: #4AACDC; }
a { background-color: rgb(74,172,220); }
div.DivClassName
{
background-color: #4AACDC;
}
.BgClassName
{
background-color: #4AACDC;
}
</style>
border-color css
<style>
span { border-color: #4AACDC; }
span { border-color: rgb(74,172,220); }
td.TdClassName
{
border-color: #4AACDC;
}
.TagClassName
{
border-color: #4AACDC;
}
</style>