Shades of Summer Sky #4BAADB
Tints of Summer Sky #4BAADB
RGB
CMYK
RGB Variations
Color information
#4BAADB (or 0x4BAADB) is known color: Summer Sky. HEX triplet: 4B, AA and DB. RGB value is (75,170,219). Sum of RGB (Red+Green+Blue) = 75+170+219=464 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.16% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #4BAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAADB is #B45524. Grayscale: #929292. Windows color (decimal): -11818277 or 14395979. OLE color: 14395979.
HSL color Cylindrical-coordinate representation of color #4BAADB: hue angle of 200.42º degrees, saturation: 0.67, 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 #4BAADB is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 75 | 170 | 219 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.14 |
| HSL | 200.42º | 0.67% | 0.58% | - |
| HSV(B) | 200.42º | 0.66% | 0.86% | - |
| XYZ | 30.06 | 35.36 | 72.26 | - |
| YUV | 147.18 | 168.53 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 219 | 0.66 | 0.22 | 0 | 0.14 | 200.42 | 0.67 | 0.58 |
| Hex | 4B | AA | DB | 42 | 16 | 0 | E | C8 | 43 | 3A |
| Octal | 113 | 252 | 333 | 102 | 26 | 0 | 16 | 310 | 103 | 72 |
| Binary | 1001011 | 10101010 | 11011011 | 1000010 | 10110 | 0 | 1110 | 11001000 | 1000011 | 111010 |
Color Harmonies of #4BAADB
Complementary color
Monochromatic Colors of #4BAADB
Black with #4BAADB
Text Example
Text Example
White with #4BAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAADB; }
p { color: rgb(75,170,219); }
H1.HeaderClassName
{
color: #4BAADB;
}
.AnyTagClassName
{
color: #4BAADB;
}
</style>
background-color css
<style>
a { background-color: #4BAADB; }
a { background-color: rgb(75,170,219); }
div.DivClassName
{
background-color: #4BAADB;
}
.BgClassName
{
background-color: #4BAADB;
}
</style>
border-color css
<style>
span { border-color: #4BAADB; }
span { border-color: rgb(75,170,219); }
td.TdClassName
{
border-color: #4BAADB;
}
.TagClassName
{
border-color: #4BAADB;
}
</style>