Shades of Summer Sky #4AB5DB
Tints of Summer Sky #4AB5DB
RGB
CMYK
RGB Variations
Color information
#4AB5DB (or 0x4AB5DB) is known color: Summer Sky. HEX triplet: 4A, B5 and DB. RGB value is (74,181,219). Sum of RGB (Red+Green+Blue) = 74+181+219=474 (62% of max value = 765). Red value is 74 (29.30% from 255 or 15.61% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #4AB5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB5DB is #B54A24. Grayscale: #999999. Windows color (decimal): -11880997 or 14398794. OLE color: 14398794.
HSL color Cylindrical-coordinate representation of color #4AB5DB: hue angle of 195.72º 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 #4AB5DB is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 74 | 181 | 219 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.14 |
| HSL | 195.72º | 0.67% | 0.57% | - |
| HSV(B) | 195.72º | 0.66% | 0.86% | - |
| XYZ | 32.13 | 39.62 | 72.97 | - |
| YUV | 153.34 | 165.05 | 71.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 181 | 219 | 0.66 | 0.17 | 0 | 0.14 | 195.72 | 0.67 | 0.57 |
| Hex | 4A | B5 | DB | 42 | 11 | 0 | E | C4 | 43 | 39 |
| Octal | 112 | 265 | 333 | 102 | 21 | 0 | 16 | 304 | 103 | 71 |
| Binary | 1001010 | 10110101 | 11011011 | 1000010 | 10001 | 0 | 1110 | 11000100 | 1000011 | 111001 |
Color Harmonies of #4AB5DB
Complementary color
Monochromatic Colors of #4AB5DB
Black with #4AB5DB
Text Example
Text Example
White with #4AB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB5DB; }
p { color: rgb(74,181,219); }
H1.HeaderClassName
{
color: #4AB5DB;
}
.AnyTagClassName
{
color: #4AB5DB;
}
</style>
background-color css
<style>
a { background-color: #4AB5DB; }
a { background-color: rgb(74,181,219); }
div.DivClassName
{
background-color: #4AB5DB;
}
.BgClassName
{
background-color: #4AB5DB;
}
</style>
border-color css
<style>
span { border-color: #4AB5DB; }
span { border-color: rgb(74,181,219); }
td.TdClassName
{
border-color: #4AB5DB;
}
.TagClassName
{
border-color: #4AB5DB;
}
</style>