Shades of Summer Sky #4BA6F1
Tints of Summer Sky #4BA6F1
RGB
CMYK
RGB Variations
Color information
#4BA6F1 (or 0x4BA6F1) is known color: Summer Sky. HEX triplet: 4B, A6 and F1. RGB value is (75,166,241). Sum of RGB (Red+Green+Blue) = 75+166+241=482 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.56% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #4BA6F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA6F1 is #B4590E. Grayscale: #929292. Windows color (decimal): -11819279 or 15836747. OLE color: 15836747.
HSL color Cylindrical-coordinate representation of color #4BA6F1: hue angle of 207.11º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA6F1 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 75 | 166 | 241 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.05 |
| HSL | 207.11º | 0.86% | 0.62% | - |
| HSV(B) | 207.11º | 0.69% | 0.95% | - |
| XYZ | 32.42 | 35.12 | 88.29 | - |
| YUV | 147.34 | 180.85 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 166 | 241 | 0.69 | 0.31 | 0 | 0.05 | 207.11 | 0.86 | 0.62 |
| Hex | 4B | A6 | F1 | 45 | 1F | 0 | 5 | CF | 56 | 3E |
| Octal | 113 | 246 | 361 | 105 | 37 | 0 | 5 | 317 | 126 | 76 |
| Binary | 1001011 | 10100110 | 11110001 | 1000101 | 11111 | 0 | 101 | 11001111 | 1010110 | 111110 |
Color Harmonies of #4BA6F1
Complementary color
Monochromatic Colors of #4BA6F1
Black with #4BA6F1
Text Example
Text Example
White with #4BA6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA6F1; }
p { color: rgb(75,166,241); }
H1.HeaderClassName
{
color: #4BA6F1;
}
.AnyTagClassName
{
color: #4BA6F1;
}
</style>
background-color css
<style>
a { background-color: #4BA6F1; }
a { background-color: rgb(75,166,241); }
div.DivClassName
{
background-color: #4BA6F1;
}
.BgClassName
{
background-color: #4BA6F1;
}
</style>
border-color css
<style>
span { border-color: #4BA6F1; }
span { border-color: rgb(75,166,241); }
td.TdClassName
{
border-color: #4BA6F1;
}
.TagClassName
{
border-color: #4BA6F1;
}
</style>