Shades of Summer Sky #4BAFDE
Tints of Summer Sky #4BAFDE
RGB
CMYK
RGB Variations
Color information
#4BAFDE (or 0x4BAFDE) is known color: Summer Sky. HEX triplet: 4B, AF and DE. RGB value is (75,175,222). Sum of RGB (Red+Green+Blue) = 75+175+222=472 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.89% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #4BAFDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFDE is #B45021. Grayscale: #969696. Windows color (decimal): -11816994 or 14593867. OLE color: 14593867.
HSL color Cylindrical-coordinate representation of color #4BAFDE: hue angle of 199.18º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BAFDE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 175 | 222 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.13 |
| HSL | 199.18º | 0.69% | 0.58% | - |
| HSV(B) | 199.18º | 0.66% | 0.87% | - |
| XYZ | 31.42 | 37.43 | 74.68 | - |
| YUV | 150.46 | 168.37 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 222 | 0.66 | 0.21 | 0 | 0.13 | 199.18 | 0.69 | 0.58 |
| Hex | 4B | AF | DE | 42 | 15 | 0 | D | C7 | 45 | 3A |
| Octal | 113 | 257 | 336 | 102 | 25 | 0 | 15 | 307 | 105 | 72 |
| Binary | 1001011 | 10101111 | 11011110 | 1000010 | 10101 | 0 | 1101 | 11000111 | 1000101 | 111010 |
Color Harmonies of #4BAFDE
Complementary color
Monochromatic Colors of #4BAFDE
Black with #4BAFDE
Text Example
Text Example
White with #4BAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFDE; }
p { color: rgb(75,175,222); }
H1.HeaderClassName
{
color: #4BAFDE;
}
.AnyTagClassName
{
color: #4BAFDE;
}
</style>
background-color css
<style>
a { background-color: #4BAFDE; }
a { background-color: rgb(75,175,222); }
div.DivClassName
{
background-color: #4BAFDE;
}
.BgClassName
{
background-color: #4BAFDE;
}
</style>
border-color css
<style>
span { border-color: #4BAFDE; }
span { border-color: rgb(75,175,222); }
td.TdClassName
{
border-color: #4BAFDE;
}
.TagClassName
{
border-color: #4BAFDE;
}
</style>