Shades of Summer Sky #4BAAEC
Tints of Summer Sky #4BAAEC
RGB
CMYK
RGB Variations
Color information
#4BAAEC (or 0x4BAAEC) is known color: Summer Sky. HEX triplet: 4B, AA and EC. RGB value is (75,170,236). Sum of RGB (Red+Green+Blue) = 75+170+236=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #4BAAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BAAEC is #B45513. Grayscale: #949494. Windows color (decimal): -11818260 or 15510091. OLE color: 15510091.
HSL color Cylindrical-coordinate representation of color #4BAAEC: hue angle of 204.6º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BAAEC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 170 | 236 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.07 |
| HSL | 204.6º | 0.81% | 0.61% | - |
| HSV(B) | 204.6º | 0.68% | 0.93% | - |
| XYZ | 32.42 | 36.3 | 84.66 | - |
| YUV | 149.12 | 177.03 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 236 | 0.68 | 0.28 | 0 | 0.07 | 204.6 | 0.81 | 0.61 |
| Hex | 4B | AA | EC | 44 | 1C | 0 | 7 | CD | 51 | 3D |
| Octal | 113 | 252 | 354 | 104 | 34 | 0 | 7 | 315 | 121 | 75 |
| Binary | 1001011 | 10101010 | 11101100 | 1000100 | 11100 | 0 | 111 | 11001101 | 1010001 | 111101 |
Color Harmonies of #4BAAEC
Complementary color
Monochromatic Colors of #4BAAEC
Black with #4BAAEC
Text Example
Text Example
White with #4BAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAAEC; }
p { color: rgb(75,170,236); }
H1.HeaderClassName
{
color: #4BAAEC;
}
.AnyTagClassName
{
color: #4BAAEC;
}
</style>
background-color css
<style>
a { background-color: #4BAAEC; }
a { background-color: rgb(75,170,236); }
div.DivClassName
{
background-color: #4BAAEC;
}
.BgClassName
{
background-color: #4BAAEC;
}
</style>
border-color css
<style>
span { border-color: #4BAAEC; }
span { border-color: rgb(75,170,236); }
td.TdClassName
{
border-color: #4BAAEC;
}
.TagClassName
{
border-color: #4BAAEC;
}
</style>