Shades of Summer Sky #46AFDC
Tints of Summer Sky #46AFDC
RGB
CMYK
RGB Variations
Color information
#46AFDC (or 0x46AFDC) is known color: Summer Sky. HEX triplet: 46, AF and DC. RGB value is (70,175,220). Sum of RGB (Red+Green+Blue) = 70+175+220=465 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.05% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #46AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #46AFDC is #B95023. Grayscale: #949494. Windows color (decimal): -12144676 or 14462790. OLE color: 14462790.
HSL color Cylindrical-coordinate representation of color #46AFDC: hue angle of 198º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46AFDC is Cyan = 0.68, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 175 | 220 | - |
| CMYK | 0.68 | 0.20 | 0 | 0.14 |
| HSL | 198º | 0.68% | 0.57% | - |
| HSV(B) | 198º | 0.68% | 0.86% | - |
| XYZ | 30.77 | 37.13 | 73.25 | - |
| YUV | 148.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 175 | 220 | 0.68 | 0.20 | 0 | 0.14 | 198 | 0.68 | 0.57 |
| Hex | 46 | AF | DC | 44 | 14 | 0 | E | C6 | 44 | 39 |
| Octal | 106 | 257 | 334 | 104 | 24 | 0 | 16 | 306 | 104 | 71 |
| Binary | 1000110 | 10101111 | 11011100 | 1000100 | 10100 | 0 | 1110 | 11000110 | 1000100 | 111001 |
Color Harmonies of #46AFDC
Complementary color
Monochromatic Colors of #46AFDC
Black with #46AFDC
Text Example
Text Example
White with #46AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46AFDC; }
p { color: rgb(70,175,220); }
H1.HeaderClassName
{
color: #46AFDC;
}
.AnyTagClassName
{
color: #46AFDC;
}
</style>
background-color css
<style>
a { background-color: #46AFDC; }
a { background-color: rgb(70,175,220); }
div.DivClassName
{
background-color: #46AFDC;
}
.BgClassName
{
background-color: #46AFDC;
}
</style>
border-color css
<style>
span { border-color: #46AFDC; }
span { border-color: rgb(70,175,220); }
td.TdClassName
{
border-color: #46AFDC;
}
.TagClassName
{
border-color: #46AFDC;
}
</style>