Shades of Summer Sky #46ACF4
Tints of Summer Sky #46ACF4
RGB
CMYK
RGB Variations
Color information
#46ACF4 (or 0x46ACF4) is known color: Summer Sky. HEX triplet: 46, AC and F4. RGB value is (70,172,244). Sum of RGB (Red+Green+Blue) = 70+172+244=486 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.40% from 486); Green value is 172 (67.58% from 255 or 35.39% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #46ACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #46ACF4 is #B9530B. Grayscale: #959595. Windows color (decimal): -12145420 or 16034886. OLE color: 16034886.
HSL color Cylindrical-coordinate representation of color #46ACF4: hue angle of 204.83º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46ACF4 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 172 | 244 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.04 |
| HSL | 204.83º | 0.89% | 0.62% | - |
| HSV(B) | 204.83º | 0.71% | 0.96% | - |
| XYZ | 33.61 | 37.34 | 91.02 | - |
| YUV | 149.71 | 181.21 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 172 | 244 | 0.71 | 0.30 | 0 | 0.04 | 204.83 | 0.89 | 0.62 |
| Hex | 46 | AC | F4 | 47 | 1E | 0 | 4 | CD | 59 | 3E |
| Octal | 106 | 254 | 364 | 107 | 36 | 0 | 4 | 315 | 131 | 76 |
| Binary | 1000110 | 10101100 | 11110100 | 1000111 | 11110 | 0 | 100 | 11001101 | 1011001 | 111110 |
Color Harmonies of #46ACF4
Complementary color
Monochromatic Colors of #46ACF4
Black with #46ACF4
Text Example
Text Example
White with #46ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ACF4; }
p { color: rgb(70,172,244); }
H1.HeaderClassName
{
color: #46ACF4;
}
.AnyTagClassName
{
color: #46ACF4;
}
</style>
background-color css
<style>
a { background-color: #46ACF4; }
a { background-color: rgb(70,172,244); }
div.DivClassName
{
background-color: #46ACF4;
}
.BgClassName
{
background-color: #46ACF4;
}
</style>
border-color css
<style>
span { border-color: #46ACF4; }
span { border-color: rgb(70,172,244); }
td.TdClassName
{
border-color: #46ACF4;
}
.TagClassName
{
border-color: #46ACF4;
}
</style>