Shades of Summer Sky #4AB2DB
Tints of Summer Sky #4AB2DB
RGB
CMYK
RGB Variations
Color information
#4AB2DB (or 0x4AB2DB) is known color: Summer Sky. HEX triplet: 4A, B2 and DB. RGB value is (74,178,219). Sum of RGB (Red+Green+Blue) = 74+178+219=471 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.71% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AB2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4AB2DB is #B54D24. Grayscale: #979797. Windows color (decimal): -11881765 or 14398026. OLE color: 14398026.
HSL color Cylindrical-coordinate representation of color #4AB2DB: hue angle of 196.97º 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 #4AB2DB is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 178 | 219 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.14 |
| HSL | 196.97º | 0.67% | 0.57% | - |
| HSV(B) | 196.97º | 0.66% | 0.86% | - |
| XYZ | 31.53 | 38.41 | 72.77 | - |
| YUV | 151.58 | 166.04 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 219 | 0.66 | 0.19 | 0 | 0.14 | 196.97 | 0.67 | 0.57 |
| Hex | 4A | B2 | DB | 42 | 13 | 0 | E | C5 | 43 | 39 |
| Octal | 112 | 262 | 333 | 102 | 23 | 0 | 16 | 305 | 103 | 71 |
| Binary | 1001010 | 10110010 | 11011011 | 1000010 | 10011 | 0 | 1110 | 11000101 | 1000011 | 111001 |
Color Harmonies of #4AB2DB
Complementary color
Monochromatic Colors of #4AB2DB
Black with #4AB2DB
Text Example
Text Example
White with #4AB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB2DB; }
p { color: rgb(74,178,219); }
H1.HeaderClassName
{
color: #4AB2DB;
}
.AnyTagClassName
{
color: #4AB2DB;
}
</style>
background-color css
<style>
a { background-color: #4AB2DB; }
a { background-color: rgb(74,178,219); }
div.DivClassName
{
background-color: #4AB2DB;
}
.BgClassName
{
background-color: #4AB2DB;
}
</style>
border-color css
<style>
span { border-color: #4AB2DB; }
span { border-color: rgb(74,178,219); }
td.TdClassName
{
border-color: #4AB2DB;
}
.TagClassName
{
border-color: #4AB2DB;
}
</style>