Shades of Summer Sky #4BADE5
Tints of Summer Sky #4BADE5
RGB
CMYK
RGB Variations
Color information
#4BADE5 (or 0x4BADE5) is known color: Summer Sky. HEX triplet: 4B, AD and E5. RGB value is (75,173,229). Sum of RGB (Red+Green+Blue) = 75+173+229=477 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.72% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #4BADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BADE5 is #B4521A. Grayscale: #959595. Windows color (decimal): -11817499 or 15052107. OLE color: 15052107.
HSL color Cylindrical-coordinate representation of color #4BADE5: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BADE5 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 75 | 173 | 229 | - |
| CMYK | 0.67 | 0.24 | 0 | 0.10 |
| HSL | 201.82º | 0.75% | 0.6% | - |
| HSV(B) | 201.82º | 0.67% | 0.9% | - |
| XYZ | 31.99 | 37.04 | 79.59 | - |
| YUV | 150.08 | 172.53 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 229 | 0.67 | 0.24 | 0 | 0.10 | 201.82 | 0.75 | 0.6 |
| Hex | 4B | AD | E5 | 43 | 18 | 0 | A | CA | 4B | 3C |
| Octal | 113 | 255 | 345 | 103 | 30 | 0 | 12 | 312 | 113 | 74 |
| Binary | 1001011 | 10101101 | 11100101 | 1000011 | 11000 | 0 | 1010 | 11001010 | 1001011 | 111100 |
Color Harmonies of #4BADE5
Complementary color
Monochromatic Colors of #4BADE5
Black with #4BADE5
Text Example
Text Example
White with #4BADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADE5; }
p { color: rgb(75,173,229); }
H1.HeaderClassName
{
color: #4BADE5;
}
.AnyTagClassName
{
color: #4BADE5;
}
</style>
background-color css
<style>
a { background-color: #4BADE5; }
a { background-color: rgb(75,173,229); }
div.DivClassName
{
background-color: #4BADE5;
}
.BgClassName
{
background-color: #4BADE5;
}
</style>
border-color css
<style>
span { border-color: #4BADE5; }
span { border-color: rgb(75,173,229); }
td.TdClassName
{
border-color: #4BADE5;
}
.TagClassName
{
border-color: #4BADE5;
}
</style>