Shades of Summer Sky #46A4D6
Tints of Summer Sky #46A4D6
RGB
CMYK
RGB Variations
Color information
#46A4D6 (or 0x46A4D6) is known color: Summer Sky. HEX triplet: 46, A4 and D6. RGB value is (70,164,214). Sum of RGB (Red+Green+Blue) = 70+164+214=448 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.62% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #46A4D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46A4D6 is #B95B29. Grayscale: #8D8D8D. Windows color (decimal): -12147498 or 14066758. OLE color: 14066758.
HSL color Cylindrical-coordinate representation of color #46A4D6: hue angle of 200.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46A4D6 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 164 | 214 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.16 |
| HSL | 200.83º | 0.64% | 0.56% | - |
| HSV(B) | 200.83º | 0.67% | 0.84% | - |
| XYZ | 27.94 | 32.71 | 68.46 | - |
| YUV | 141.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 164 | 214 | 0.67 | 0.23 | 0 | 0.16 | 200.83 | 0.64 | 0.56 |
| Hex | 46 | A4 | D6 | 43 | 17 | 0 | 10 | C9 | 40 | 38 |
| Octal | 106 | 244 | 326 | 103 | 27 | 0 | 20 | 311 | 100 | 70 |
| Binary | 1000110 | 10100100 | 11010110 | 1000011 | 10111 | 0 | 10000 | 11001001 | 1000000 | 111000 |
Color Harmonies of #46A4D6
Complementary color
Monochromatic Colors of #46A4D6
Black with #46A4D6
Text Example
Text Example
White with #46A4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46A4D6; }
p { color: rgb(70,164,214); }
H1.HeaderClassName
{
color: #46A4D6;
}
.AnyTagClassName
{
color: #46A4D6;
}
</style>
background-color css
<style>
a { background-color: #46A4D6; }
a { background-color: rgb(70,164,214); }
div.DivClassName
{
background-color: #46A4D6;
}
.BgClassName
{
background-color: #46A4D6;
}
</style>
border-color css
<style>
span { border-color: #46A4D6; }
span { border-color: rgb(70,164,214); }
td.TdClassName
{
border-color: #46A4D6;
}
.TagClassName
{
border-color: #46A4D6;
}
</style>