Shades of Summer Sky #4AABDC
Tints of Summer Sky #4AABDC
RGB
CMYK
RGB Variations
Color information
#4AABDC (or 0x4AABDC) is known color: Summer Sky. HEX triplet: 4A, AB and DC. RGB value is (74,171,220). Sum of RGB (Red+Green+Blue) = 74+171+220=465 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.91% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AABDC is #B55423. Grayscale: #939393. Windows color (decimal): -11883556 or 14461770. OLE color: 14461770.
HSL color Cylindrical-coordinate representation of color #4AABDC: hue angle of 200.14º 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 #4AABDC is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 171 | 220 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.14 |
| HSL | 200.14º | 0.68% | 0.58% | - |
| HSV(B) | 200.14º | 0.66% | 0.86% | - |
| XYZ | 30.31 | 35.75 | 73.01 | - |
| YUV | 147.58 | 168.86 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 171 | 220 | 0.66 | 0.22 | 0 | 0.14 | 200.14 | 0.68 | 0.58 |
| Hex | 4A | AB | DC | 42 | 16 | 0 | E | C8 | 44 | 3A |
| Octal | 112 | 253 | 334 | 102 | 26 | 0 | 16 | 310 | 104 | 72 |
| Binary | 1001010 | 10101011 | 11011100 | 1000010 | 10110 | 0 | 1110 | 11001000 | 1000100 | 111010 |
Color Harmonies of #4AABDC
Complementary color
Monochromatic Colors of #4AABDC
Black with #4AABDC
Text Example
Text Example
White with #4AABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AABDC; }
p { color: rgb(74,171,220); }
H1.HeaderClassName
{
color: #4AABDC;
}
.AnyTagClassName
{
color: #4AABDC;
}
</style>
background-color css
<style>
a { background-color: #4AABDC; }
a { background-color: rgb(74,171,220); }
div.DivClassName
{
background-color: #4AABDC;
}
.BgClassName
{
background-color: #4AABDC;
}
</style>
border-color css
<style>
span { border-color: #4AABDC; }
span { border-color: rgb(74,171,220); }
td.TdClassName
{
border-color: #4AABDC;
}
.TagClassName
{
border-color: #4AABDC;
}
</style>