Shades of Summer Sky #4BADED
Tints of Summer Sky #4BADED
RGB
CMYK
RGB Variations
Color information
#4BADED (or 0x4BADED) is known color: Summer Sky. HEX triplet: 4B, AD and ED. RGB value is (75,173,237). Sum of RGB (Red+Green+Blue) = 75+173+237=485 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.46% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #4BADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BADED is #B45212. Grayscale: #969696. Windows color (decimal): -11817491 or 15576395. OLE color: 15576395.
HSL color Cylindrical-coordinate representation of color #4BADED: hue angle of 203.7º degrees, saturation: 0.82, 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 #4BADED is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 75 | 173 | 237 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.07 |
| HSL | 203.7º | 0.82% | 0.61% | - |
| HSV(B) | 203.7º | 0.68% | 0.93% | - |
| XYZ | 33.13 | 37.5 | 85.61 | - |
| YUV | 150.99 | 176.53 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 173 | 237 | 0.68 | 0.27 | 0 | 0.07 | 203.7 | 0.82 | 0.61 |
| Hex | 4B | AD | ED | 44 | 1B | 0 | 7 | CC | 52 | 3D |
| Octal | 113 | 255 | 355 | 104 | 33 | 0 | 7 | 314 | 122 | 75 |
| Binary | 1001011 | 10101101 | 11101101 | 1000100 | 11011 | 0 | 111 | 11001100 | 1010010 | 111101 |
Color Harmonies of #4BADED
Complementary color
Monochromatic Colors of #4BADED
Black with #4BADED
Text Example
Text Example
White with #4BADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BADED; }
p { color: rgb(75,173,237); }
H1.HeaderClassName
{
color: #4BADED;
}
.AnyTagClassName
{
color: #4BADED;
}
</style>
background-color css
<style>
a { background-color: #4BADED; }
a { background-color: rgb(75,173,237); }
div.DivClassName
{
background-color: #4BADED;
}
.BgClassName
{
background-color: #4BADED;
}
</style>
border-color css
<style>
span { border-color: #4BADED; }
span { border-color: rgb(75,173,237); }
td.TdClassName
{
border-color: #4BADED;
}
.TagClassName
{
border-color: #4BADED;
}
</style>