Shades of Summer Sky #4AB4DC
Tints of Summer Sky #4AB4DC
RGB
CMYK
RGB Variations
Color information
#4AB4DC (or 0x4AB4DC) is known color: Summer Sky. HEX triplet: 4A, B4 and DC. RGB value is (74,180,220). Sum of RGB (Red+Green+Blue) = 74+180+220=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #4AB4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB4DC is #B54B23. Grayscale: #989898. Windows color (decimal): -11881252 or 14464074. OLE color: 14464074.
HSL color Cylindrical-coordinate representation of color #4AB4DC: hue angle of 196.44º 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 #4AB4DC is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 180 | 220 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.14 |
| HSL | 196.44º | 0.68% | 0.58% | - |
| HSV(B) | 196.44º | 0.66% | 0.86% | - |
| XYZ | 32.06 | 39.27 | 73.6 | - |
| YUV | 152.87 | 165.88 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 180 | 220 | 0.66 | 0.18 | 0 | 0.14 | 196.44 | 0.68 | 0.58 |
| Hex | 4A | B4 | DC | 42 | 12 | 0 | E | C4 | 44 | 3A |
| Octal | 112 | 264 | 334 | 102 | 22 | 0 | 16 | 304 | 104 | 72 |
| Binary | 1001010 | 10110100 | 11011100 | 1000010 | 10010 | 0 | 1110 | 11000100 | 1000100 | 111010 |
Color Harmonies of #4AB4DC
Complementary color
Monochromatic Colors of #4AB4DC
Black with #4AB4DC
Text Example
Text Example
White with #4AB4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB4DC; }
p { color: rgb(74,180,220); }
H1.HeaderClassName
{
color: #4AB4DC;
}
.AnyTagClassName
{
color: #4AB4DC;
}
</style>
background-color css
<style>
a { background-color: #4AB4DC; }
a { background-color: rgb(74,180,220); }
div.DivClassName
{
background-color: #4AB4DC;
}
.BgClassName
{
background-color: #4AB4DC;
}
</style>
border-color css
<style>
span { border-color: #4AB4DC; }
span { border-color: rgb(74,180,220); }
td.TdClassName
{
border-color: #4AB4DC;
}
.TagClassName
{
border-color: #4AB4DC;
}
</style>