Shades of Summer Sky #4AB9DF
Tints of Summer Sky #4AB9DF
RGB
CMYK
RGB Variations
Color information
#4AB9DF (or 0x4AB9DF) is known color: Summer Sky. HEX triplet: 4A, B9 and DF. RGB value is (74,185,223). Sum of RGB (Red+Green+Blue) = 74+185+223=482 (63% of max value = 765). Red value is 74 (29.30% from 255 or 15.35% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #4AB9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4AB9DF is #B54620. Grayscale: #9B9B9B. Windows color (decimal): -11879969 or 14661962. OLE color: 14661962.
HSL color Cylindrical-coordinate representation of color #4AB9DF: hue angle of 195.3º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4AB9DF is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 185 | 223 | - |
| CMYK | 0.67 | 0.17 | 0 | 0.13 |
| HSL | 195.3º | 0.7% | 0.58% | - |
| HSV(B) | 195.3º | 0.67% | 0.87% | - |
| XYZ | 33.49 | 41.48 | 76.05 | - |
| YUV | 156.14 | 165.73 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 185 | 223 | 0.67 | 0.17 | 0 | 0.13 | 195.3 | 0.7 | 0.58 |
| Hex | 4A | B9 | DF | 43 | 11 | 0 | D | C3 | 46 | 3A |
| Octal | 112 | 271 | 337 | 103 | 21 | 0 | 15 | 303 | 106 | 72 |
| Binary | 1001010 | 10111001 | 11011111 | 1000011 | 10001 | 0 | 1101 | 11000011 | 1000110 | 111010 |
Color Harmonies of #4AB9DF
Complementary color
Monochromatic Colors of #4AB9DF
Black with #4AB9DF
Text Example
Text Example
White with #4AB9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB9DF; }
p { color: rgb(74,185,223); }
H1.HeaderClassName
{
color: #4AB9DF;
}
.AnyTagClassName
{
color: #4AB9DF;
}
</style>
background-color css
<style>
a { background-color: #4AB9DF; }
a { background-color: rgb(74,185,223); }
div.DivClassName
{
background-color: #4AB9DF;
}
.BgClassName
{
background-color: #4AB9DF;
}
</style>
border-color css
<style>
span { border-color: #4AB9DF; }
span { border-color: rgb(74,185,223); }
td.TdClassName
{
border-color: #4AB9DF;
}
.TagClassName
{
border-color: #4AB9DF;
}
</style>