Shades of Summer Sky #4AB1ED
Tints of Summer Sky #4AB1ED
RGB
CMYK
RGB Variations
Color information
#4AB1ED (or 0x4AB1ED) is known color: Summer Sky. HEX triplet: 4A, B1 and ED. RGB value is (74,177,237). Sum of RGB (Red+Green+Blue) = 74+177+237=488 (64% of max value = 765). Red value is 74 (29.30% from 255 or 15.16% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #4AB1ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4AB1ED is #B54E12. Grayscale: #989898. Windows color (decimal): -11882003 or 15577418. OLE color: 15577418.
HSL color Cylindrical-coordinate representation of color #4AB1ED: hue angle of 202.09º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AB1ED is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 177 | 237 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.07 |
| HSL | 202.09º | 0.82% | 0.61% | - |
| HSV(B) | 202.09º | 0.69% | 0.93% | - |
| XYZ | 33.83 | 39.01 | 85.87 | - |
| YUV | 153.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 177 | 237 | 0.69 | 0.25 | 0 | 0.07 | 202.09 | 0.82 | 0.61 |
| Hex | 4A | B1 | ED | 45 | 19 | 0 | 7 | CA | 52 | 3D |
| Octal | 112 | 261 | 355 | 105 | 31 | 0 | 7 | 312 | 122 | 75 |
| Binary | 1001010 | 10110001 | 11101101 | 1000101 | 11001 | 0 | 111 | 11001010 | 1010010 | 111101 |
Color Harmonies of #4AB1ED
Complementary color
Monochromatic Colors of #4AB1ED
Black with #4AB1ED
Text Example
Text Example
White with #4AB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB1ED; }
p { color: rgb(74,177,237); }
H1.HeaderClassName
{
color: #4AB1ED;
}
.AnyTagClassName
{
color: #4AB1ED;
}
</style>
background-color css
<style>
a { background-color: #4AB1ED; }
a { background-color: rgb(74,177,237); }
div.DivClassName
{
background-color: #4AB1ED;
}
.BgClassName
{
background-color: #4AB1ED;
}
</style>
border-color css
<style>
span { border-color: #4AB1ED; }
span { border-color: rgb(74,177,237); }
td.TdClassName
{
border-color: #4AB1ED;
}
.TagClassName
{
border-color: #4AB1ED;
}
</style>