Shades of Summer Sky #4BAFDF
Tints of Summer Sky #4BAFDF
RGB
CMYK
RGB Variations
Color information
#4BAFDF (or 0x4BAFDF) is known color: Summer Sky. HEX triplet: 4B, AF and DF. RGB value is (75,175,223). Sum of RGB (Red+Green+Blue) = 75+175+223=473 (62% of max value = 765). Red value is 75 (29.69% from 255 or 15.86% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BAFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BAFDF is #B45020. Grayscale: #969696. Windows color (decimal): -11816993 or 14659403. OLE color: 14659403.
HSL color Cylindrical-coordinate representation of color #4BAFDF: hue angle of 199.46º degrees, saturation: 0.7, 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 #4BAFDF is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 75 | 175 | 223 | - |
| CMYK | 0.66 | 0.22 | 0 | 0.13 |
| HSL | 199.46º | 0.7% | 0.58% | - |
| HSV(B) | 199.46º | 0.66% | 0.87% | - |
| XYZ | 31.55 | 37.48 | 75.38 | - |
| YUV | 150.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 175 | 223 | 0.66 | 0.22 | 0 | 0.13 | 199.46 | 0.7 | 0.58 |
| Hex | 4B | AF | DF | 42 | 16 | 0 | D | C7 | 46 | 3A |
| Octal | 113 | 257 | 337 | 102 | 26 | 0 | 15 | 307 | 106 | 72 |
| Binary | 1001011 | 10101111 | 11011111 | 1000010 | 10110 | 0 | 1101 | 11000111 | 1000110 | 111010 |
Color Harmonies of #4BAFDF
Complementary color
Monochromatic Colors of #4BAFDF
Black with #4BAFDF
Text Example
Text Example
White with #4BAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAFDF; }
p { color: rgb(75,175,223); }
H1.HeaderClassName
{
color: #4BAFDF;
}
.AnyTagClassName
{
color: #4BAFDF;
}
</style>
background-color css
<style>
a { background-color: #4BAFDF; }
a { background-color: rgb(75,175,223); }
div.DivClassName
{
background-color: #4BAFDF;
}
.BgClassName
{
background-color: #4BAFDF;
}
</style>
border-color css
<style>
span { border-color: #4BAFDF; }
span { border-color: rgb(75,175,223); }
td.TdClassName
{
border-color: #4BAFDF;
}
.TagClassName
{
border-color: #4BAFDF;
}
</style>