Shades of Summer Sky #4AB3DB
Tints of Summer Sky #4AB3DB
RGB
CMYK
RGB Variations
Color information
#4AB3DB (or 0x4AB3DB) is known color: Summer Sky. HEX triplet: 4A, B3 and DB. RGB value is (74,179,219). Sum of RGB (Red+Green+Blue) = 74+179+219=472 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.68% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AB3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB3DB is #B54C24. Grayscale: #979797. Windows color (decimal): -11881509 or 14398282. OLE color: 14398282.
HSL color Cylindrical-coordinate representation of color #4AB3DB: hue angle of 196.55º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4AB3DB is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 179 | 219 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.14 |
| HSL | 196.55º | 0.67% | 0.57% | - |
| HSV(B) | 196.55º | 0.66% | 0.86% | - |
| XYZ | 31.73 | 38.81 | 72.84 | - |
| YUV | 152.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 179 | 219 | 0.66 | 0.18 | 0 | 0.14 | 196.55 | 0.67 | 0.57 |
| Hex | 4A | B3 | DB | 42 | 12 | 0 | E | C5 | 43 | 39 |
| Octal | 112 | 263 | 333 | 102 | 22 | 0 | 16 | 305 | 103 | 71 |
| Binary | 1001010 | 10110011 | 11011011 | 1000010 | 10010 | 0 | 1110 | 11000101 | 1000011 | 111001 |
Color Harmonies of #4AB3DB
Complementary color
Monochromatic Colors of #4AB3DB
Black with #4AB3DB
Text Example
Text Example
White with #4AB3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB3DB; }
p { color: rgb(74,179,219); }
H1.HeaderClassName
{
color: #4AB3DB;
}
.AnyTagClassName
{
color: #4AB3DB;
}
</style>
background-color css
<style>
a { background-color: #4AB3DB; }
a { background-color: rgb(74,179,219); }
div.DivClassName
{
background-color: #4AB3DB;
}
.BgClassName
{
background-color: #4AB3DB;
}
</style>
border-color css
<style>
span { border-color: #4AB3DB; }
span { border-color: rgb(74,179,219); }
td.TdClassName
{
border-color: #4AB3DB;
}
.TagClassName
{
border-color: #4AB3DB;
}
</style>