Shades of Summer Sky #4BAFE1
Tints of Summer Sky #4BAFE1
RGB
CMYK
RGB Variations
Color information
#4BAFE1 (or 0x4BAFE1) is known color: Summer Sky. HEX triplet: 4B, AF and E1. RGB value is (75,175,225). Sum of RGB (Red+Green+Blue) = 75+175+225=475 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.79% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #4BAFE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFE1 is #B4501E. Grayscale: #969696. Windows color (decimal): -11816991 or 14790475. OLE color: 14790475.
HSL color Cylindrical-coordinate representation of color #4BAFE1: hue angle of 200º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BAFE1 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 75 | 175 | 225 | - |
| CMYK | 0.67 | 0.22 | 0 | 0.12 |
| HSL | 200º | 0.71% | 0.59% | - |
| HSV(B) | 200º | 0.67% | 0.88% | - |
| XYZ | 31.82 | 37.59 | 76.81 | - |
| YUV | 150.8 | 169.87 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 225 | 0.67 | 0.22 | 0 | 0.12 | 200 | 0.71 | 0.59 |
| Hex | 4B | AF | E1 | 43 | 16 | 0 | C | C8 | 47 | 3B |
| Octal | 113 | 257 | 341 | 103 | 26 | 0 | 14 | 310 | 107 | 73 |
| Binary | 1001011 | 10101111 | 11100001 | 1000011 | 10110 | 0 | 1100 | 11001000 | 1000111 | 111011 |
Color Harmonies of #4BAFE1
Complementary color
Monochromatic Colors of #4BAFE1
Black with #4BAFE1
Text Example
Text Example
White with #4BAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFE1; }
p { color: rgb(75,175,225); }
H1.HeaderClassName
{
color: #4BAFE1;
}
.AnyTagClassName
{
color: #4BAFE1;
}
</style>
background-color css
<style>
a { background-color: #4BAFE1; }
a { background-color: rgb(75,175,225); }
div.DivClassName
{
background-color: #4BAFE1;
}
.BgClassName
{
background-color: #4BAFE1;
}
</style>
border-color css
<style>
span { border-color: #4BAFE1; }
span { border-color: rgb(75,175,225); }
td.TdClassName
{
border-color: #4BAFE1;
}
.TagClassName
{
border-color: #4BAFE1;
}
</style>